From: Russell Bryant Date: Mon, 27 Aug 2007 17:27:48 +0000 (+0000) Subject: Add a \todo to note that this module leaks most of the memory it allocates on X-Git-Tag: 1.4.12~175 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9c8aa431fa4f175aaff54148075fee77b78da5f;p=thirdparty%2Fasterisk.git 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: https://origsvn.digium.com/svn/asterisk/branches/1.4@81074 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c index 09b93e8445..a457589426 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