mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
core: Remove ABI effects of MALLOC_DEBUG.
This allows asterisk to be compiled with MALLOC_DEBUG to load modules built without MALLOC_DEBUG. Now pre-compiled third-party modules will still work regardless of MALLOC_DEBUG being enabled or not. Change-Id: Ic07ad80b2c2df894db984cf27b16a69383ce0e10
This commit is contained in:
2
third-party/pjproject/patches/config_site.h
vendored
2
third-party/pjproject/patches/config_site.h
vendored
@@ -8,7 +8,7 @@
|
||||
* Since both pjproject and asterisk source files will include config_site.h,
|
||||
* we need to make sure that only pjproject source files include asterisk_malloc_debug.h.
|
||||
*/
|
||||
#if defined(MALLOC_DEBUG) && !defined(_ASTERISK_ASTMM_H)
|
||||
#if !defined(_ASTERISK_ASTMM_H)
|
||||
#include "asterisk_malloc_debug.h"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user