]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add a \todo to note that this module leaks most of the memory it allocates on
authorRussell Bryant <russell@russellbryant.com>
Mon, 27 Aug 2007 17:27:48 +0000 (17:27 +0000)
committerRussell Bryant <russell@russellbryant.com>
Mon, 27 Aug 2007 17:27:48 +0000 (17:27 +0000)
unload and should be fixed (when I'm not in the middle of something else ...).

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@81074 65c4cc65-6c06-0410-ace0-fbb531ad65f3

pbx/pbx_dundi.c

index 09b93e84459b2b88a90da4fdf0e80553e84c2b08..a4575894265e45e691e88972bff30ad569f70a22 100644 (file)
@@ -20,6 +20,7 @@
  *
  * \brief Distributed Universal Number Discovery (DUNDi)
  *
+ * \todo XXX This module leaks most of the memory it allocates on unload.
  */
 
 /*** MODULEINFO