]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix checks for allocation debugging. 93/3693/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 15:59:55 +0000 (11:59 -0400)
commitfec12a91d2e807c6a68667c153bd156afe222fff
treec8fd59a6b60f2ec3cd6710ccc7153a4052010cb4
parent3e0eafa710f792a47426f21eeb46a8296224ce49
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