[asterisk-commits] tilghman: branch tilghman/malloc_hold r263768 - in /team/tilghman/malloc_hold...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue May 18 13:15:22 CDT 2010


Author: tilghman
Date: Tue May 18 13:15:20 2010
New Revision: 263768

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=263768
Log:
Prepare branch for debugging with jmls

Modified:
    team/tilghman/malloc_hold/channels/chan_sip.c
    team/tilghman/malloc_hold/main/frame.c
    team/tilghman/malloc_hold/main/rtp.c

Modified: team/tilghman/malloc_hold/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/tilghman/malloc_hold/channels/chan_sip.c?view=diff&rev=263768&r1=263767&r2=263768
==============================================================================
--- team/tilghman/malloc_hold/channels/chan_sip.c (original)
+++ team/tilghman/malloc_hold/channels/chan_sip.c Tue May 18 13:15:20 2010
@@ -91,7 +91,7 @@
         <depend>res_features</depend>
  ***/
 
-#define MALLOC_HOLD 1
+/* #define MALLOC_HOLD 1 */
 
 #include "asterisk.h"
 

Modified: team/tilghman/malloc_hold/main/frame.c
URL: http://svnview.digium.com/svn/asterisk/team/tilghman/malloc_hold/main/frame.c?view=diff&rev=263768&r1=263767&r2=263768
==============================================================================
--- team/tilghman/malloc_hold/main/frame.c (original)
+++ team/tilghman/malloc_hold/main/frame.c Tue May 18 13:15:20 2010
@@ -22,6 +22,8 @@
  *
  * \author Mark Spencer <markster at digium.com> 
  */
+
+#define MALLOC_HOLD 1
 
 #include "asterisk.h"
 

Modified: team/tilghman/malloc_hold/main/rtp.c
URL: http://svnview.digium.com/svn/asterisk/team/tilghman/malloc_hold/main/rtp.c?view=diff&rev=263768&r1=263767&r2=263768
==============================================================================
--- team/tilghman/malloc_hold/main/rtp.c (original)
+++ team/tilghman/malloc_hold/main/rtp.c Tue May 18 13:15:20 2010
@@ -26,7 +26,7 @@
  * \note RTP is defined in RFC 3550.
  */
 
-#define MALLOC_HOLD 1
+/* #define MALLOC_HOLD 1 */
 
 #include "asterisk.h"
 




More information about the asterisk-commits mailing list