[thirdparty-commits] rmudgett: mp3/trunk r202 - /mp3/trunk/interface.c
SVN commits to the Digium third-party software repository
thirdparty-commits at lists.digium.com
Fri Sep 26 10:56:49 CDT 2014
Author: rmudgett
Date: Fri Sep 26 10:56:47 2014
New Revision: 202
URL: http://svnview.digium.com/svn/thirdparty?view=rev&rev=202
Log:
Apply free()/ast_free() wrapper define for MALLOC_DEBUG support.
Modified:
mp3/trunk/interface.c
Modified: mp3/trunk/interface.c
URL: http://svnview.digium.com/svn/thirdparty/mp3/trunk/interface.c?view=diff&rev=202&r1=201&r2=202
==============================================================================
--- mp3/trunk/interface.c (original)
+++ mp3/trunk/interface.c Fri Sep 26 10:56:47 2014
@@ -1,3 +1,4 @@
+#define WRAP_LIBC_MALLOC
#include "asterisk.h"
#include "asterisk/logger.h"
More information about the thirdparty-commits
mailing list