]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix checks for allocation debugging. 92/3692/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:47 +0000 (11:02 -0500)
commitcb8fd610e20fef4de5f779fda33af7795c9e8a5b
tree524b9e663ef7df64ee24053cc452792946891b87
parentb8b5d52b5e1f81a6116fb23e75cbe5a9d3b94673
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