[asterisk-commits] kpfleming: trunk r370362 - /trunk/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jul 23 09:51:49 CDT 2012
Author: kpfleming
Date: Mon Jul 23 09:51:45 2012
New Revision: 370362
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=370362
Log:
Blocked revisions 370361
........
Free any datastores attached to dummy channels.
Revision 370205 added the use of a datastore attached to a dummy channel to
resolve a memory leak, but ast_dummy_channel_destructor() in this branch did
not free datastores, resulting in a continued (but slightly smaller) memory
leak. This patch backports the change to free said datastores from the Asterisk
trunk.
(related to issue AST-916)
........
Merged revisions 370360 from http://svn.asterisk.org/svn/asterisk/branches/1.8
Modified:
trunk/ (props changed)
Propchange: trunk/
------------------------------------------------------------------------------
--- branch-10-blocked (original)
+++ branch-10-blocked Mon Jul 23 09:51:45 2012
@@ -1,1 +1,1 @@
-/branches/10:330492,330514,337433,337640,338493,352288,352616,356431,359054,360476,365014,366591,366792
+/branches/10:330492,330514,337433,337640,338493,352288,352616,356431,359054,360476,365014,366591,366792,370361
More information about the asterisk-commits
mailing list