[asterisk-commits] mmichelson: branch 1.6.0 r143401 - /branches/1.6.0/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Sep 17 15:26:27 CDT 2008
Author: mmichelson
Date: Wed Sep 17 15:26:27 2008
New Revision: 143401
URL: http://svn.digium.com/view/asterisk?view=rev&rev=143401
Log:
Blocked revisions 143400 via svnmerge
........
r143400 | mmichelson | 2008-09-17 15:25:40 -0500 (Wed, 17 Sep 2008) | 16 lines
If attempting to free a NULL pointer when MALLOC_DEBUG
is set, don't bother searching for a region to free, just
immediately exit.
This has the dual benefit of suppressing a warning message
about freeing memory at (nil) and of optimizing the free()
replacement by not having to do any futile searching for
the proper region to free.
(closes issue #13498)
Reported by: pj
Patches:
13498.patch uploaded by putnopvut (license 60)
Tested by: pj
........
Modified:
branches/1.6.0/ (props changed)
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.
More information about the asterisk-commits
mailing list