[asterisk-commits] russell: trunk r81076 - in /trunk: ./ pbx/pbx_dundi.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Aug 27 12:28:15 CDT 2007


Author: russell
Date: Mon Aug 27 12:28:14 2007
New Revision: 81076

URL: http://svn.digium.com/view/asterisk?view=rev&rev=81076
Log:
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 ...).

........

Modified:
    trunk/   (props changed)
    trunk/pbx/pbx_dundi.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/pbx/pbx_dundi.c
URL: http://svn.digium.com/view/asterisk/trunk/pbx/pbx_dundi.c?view=diff&rev=81076&r1=81075&r2=81076
==============================================================================
--- trunk/pbx/pbx_dundi.c (original)
+++ trunk/pbx/pbx_dundi.c Mon Aug 27 12:28:14 2007
@@ -20,6 +20,7 @@
  *
  * \brief Distributed Universal Number Discovery (DUNDi)
  *
+ * \todo XXX This module leaks most of the memory it allocates on unload.
  */
 
 /*** MODULEINFO




More information about the asterisk-commits mailing list