[Freeswitch-svn] [commit] r4433 - freeswitch/trunk/src
Freeswitch SVN
anthm at freeswitch.org
Fri Mar 2 18:50:14 EST 2007
Author: anthm
Date: Fri Mar 2 18:50:13 2007
New Revision: 4433
Modified:
freeswitch/trunk/src/switch_core.c
Log:
pesky * bug
Modified: freeswitch/trunk/src/switch_core.c
==============================================================================
--- freeswitch/trunk/src/switch_core.c (original)
+++ freeswitch/trunk/src/switch_core.c Fri Mar 2 18:50:13 2007
@@ -3717,7 +3717,7 @@
return NULL;
}
- if (*pool) {
+ if (pool) {
usepool = *pool;
*pool = NULL;
} else if (switch_core_new_memory_pool(&usepool) != SWITCH_STATUS_SUCCESS) {
More information about the Freeswitch-svn
mailing list