aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-27 17:27:48 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-27 17:27:48 +0000
commit3ef8e8dbd45dd780ac6a3dd4c8a0a8b6412c1a75 (patch)
tree25641c3310776ecf43e71a9ecf41bbb0ce9793e6 /pbx
parent02eaafdc0b450523dc304a3a0268f9739be9ce19 (diff)
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/branches/1.4@81074 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-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 09b93e844..a45758942 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