Files
asterisk/main
Mark Michelson 48ffe6e772 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



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@143400 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-09-17 20:25:40 +00:00
..
2008-03-04 23:04:29 +00:00
2008-04-21 21:13:02 +00:00
2008-04-21 21:13:02 +00:00
2008-04-21 21:13:02 +00:00
2008-09-09 17:30:52 +00:00
2008-03-04 23:04:29 +00:00
2007-12-11 22:20:22 +00:00
2008-01-10 00:12:35 +00:00
2008-07-21 21:00:47 +00:00
2008-03-04 23:04:29 +00:00
2007-12-27 20:11:20 +00:00
2008-06-19 20:25:37 +00:00
2008-03-04 23:04:29 +00:00
2008-06-26 15:37:01 +00:00