summaryrefslogtreecommitdiff
path: root/codecs
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2015-05-14 10:57:04 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2015-05-14 10:57:04 -0500
commite092a896947e28ab43d375199d6d6c792a210bb9 (patch)
treef141ec3870e72d5ee6c306947373b3aa2b2aa89d /codecs
parent2bbfcfc647dc69089236cde0003ba88c3161d1ec (diff)
parent478fb4a388afcb56e7e50184c996f0838d609a66 (diff)
Merge "MALLOC_DEBUG: Replace WRAP_LIBC_MALLOC with ASTMM_LIBC."
Diffstat (limited to 'codecs')
-rw-r--r--codecs/lpc10/lpcini.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/lpc10/lpcini.c b/codecs/lpc10/lpcini.c
index 8efb64068..ea68176e3 100644
--- a/codecs/lpc10/lpcini.c
+++ b/codecs/lpc10/lpcini.c
@@ -34,7 +34,7 @@ Some OSS fixes and a few lpc changes to make it actually work
-lf2c -lm (in that order)
*/
-#define WRAP_LIBC_MALLOC
+#define ASTMM_LIBC ASTMM_REDIRECT
#include "asterisk.h"
#include "f2c.h"