From thirdparty-commits at lists.digium.com Fri Sep 26 10:56:49 2014 From: thirdparty-commits at lists.digium.com (SVN commits to the Digium third-party software repository) Date: Fri, 26 Sep 2014 15:56:49 -0000 Subject: [thirdparty-commits] rmudgett: mp3/trunk r202 - /mp3/trunk/interface.c Message-ID: 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"