[asterisk-commits] file: trunk r82244 - in /trunk: ./	pbx/pbx_dundi.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Tue Sep 11 09:58:12 CDT 2007
    
    
  
Author: file
Date: Tue Sep 11 09:58:11 2007
New Revision: 82244
URL: http://svn.digium.com/view/asterisk?view=rev&rev=82244
Log:
Merged revisions 82243 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r82243 | file | 2007-09-11 11:56:39 -0300 (Tue, 11 Sep 2007) | 6 lines
(closes issue #10577)
Reported by: jamesgolovich
Patches:
      asterisk-dundifree.diff.txt uploaded by jamesgolovich (license 176)
Don't leak memory when unloading DUNDi.
........
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=82244&r1=82243&r2=82244
==============================================================================
--- trunk/pbx/pbx_dundi.c (original)
+++ trunk/pbx/pbx_dundi.c Tue Sep 11 09:58:11 2007
@@ -4743,6 +4743,11 @@
 	io_context_destroy(io);
 	sched_context_destroy(sched);
 
+	mark_mappings();
+	prune_mappings();
+	mark_peers();
+	prune_peers();
+
 	return 0;
 }
 
    
    
More information about the asterisk-commits
mailing list