]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix checks for allocation debugging. 91/3691/1
authorCorey Farrell <git@cfware.com>
Fri, 19 Aug 2016 23:19:28 +0000 (19:19 -0400)
committerCorey Farrell <git@cfware.com>
Wed, 24 Aug 2016 16:02:18 +0000 (11:02 -0500)
commita8b3d8d7f9dfd1967110da9d9131d3d8a1cb8ccf
treed17b5dac260e44e407d08c2a75459b1b5bbf48ab
parent415f95ed00569c8d4c31e46951cdf6aa531742ee
Fix checks for allocation debugging.

MALLOC_DEBUG should not be used to check if debugging is actually
enabled, __AST_DEBUG_MALLOC should be used instead.  MALLOC_DEBUG only
indicates that debugging is requested, __AST_DEBUG_MALLOC indicates it
is active.

Change-Id: I3ce9cdb6ec91b74ee1302941328462231be1ea53
include/asterisk/chanvars.h
include/asterisk/config.h
include/asterisk/hashtab.h
include/asterisk/heap.h
include/asterisk/strings.h
main/chanvars.c
main/config.c
main/hashtab.c
main/heap.c
main/strings.c