aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_dundi.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-27 17:28:14 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-27 17:28:14 +0000
commit8668f1ae303d015930a97cc27f79e3f9cb31b71d (patch)
tree5b227c9b9bcf3b75fd3d5ee6a82a447261a2a748 /pbx/pbx_dundi.c
parentaf1601e73e8c8379328cac77b4a44814c6769620 (diff)
Merged revisions 81074 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81074 | russell | 2007-08-27 12:27:48 -0500 (Mon, 27 Aug 2007) | 3 lines Add a \todo to note that this module leaks most of the memory it allocates on unload and should be fixed (when I'm not in the middle of something else ...). ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81076 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx/pbx_dundi.c')
-rw-r--r--pbx/pbx_dundi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index 013047afb..f012a260d 100644
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -20,6 +20,7 @@
*
* \brief Distributed Universal Number Discovery (DUNDi)
*
+ * \todo XXX This module leaks most of the memory it allocates on unload.
*/
/*** MODULEINFO