[Freeswitch-svn] [commit] r4442 - freeswitch/trunk/src
Freeswitch SVN
brian at freeswitch.org
Sat Mar 3 20:47:08 EST 2007
Author: brian
Date: Sat Mar 3 20:47:08 2007
New Revision: 4442
Modified:
freeswitch/trunk/src/switch_core.c
Log:
fix comments
Modified: freeswitch/trunk/src/switch_core.c
==============================================================================
--- freeswitch/trunk/src/switch_core.c (original)
+++ freeswitch/trunk/src/switch_core.c Sat Mar 3 20:47:08 2007
@@ -40,7 +40,7 @@
#include <sys/mman.h>
#endif
-//#define DEBUG_ALLOC
+/* #define DEBUG_ALLOC */
#define DO_EVENTS
#ifdef CRASH_PROT
@@ -3684,7 +3684,7 @@
#ifdef DEBUG_ALLOC
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Allocate %d\n", memory);
- //assert(memory < 600000);
+ /* assert(memory < 600000); */
#endif
if ((ptr = apr_palloc(pool, memory)) != 0) {
@@ -4615,7 +4615,7 @@
if (runtime.memory_pool) {
apr_pool_destroy(runtime.memory_pool);
- //apr_terminate();
+ /* apr_terminate(); */
}
return SWITCH_STATUS_SUCCESS;
More information about the Freeswitch-svn
mailing list