From: Anthony Minessale Date: Mon, 27 Mar 2006 16:13:26 +0000 (+0000) Subject: dont mind me lots of these today X-Git-Tag: v1.0-beta1~3002 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7236ed52673d01ec075d4d73a9d55d4ab2bb60db;p=thirdparty%2Ffreeswitch.git dont mind me lots of these today git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@938 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_core.c b/src/switch_core.c index efe3ae1a7b..256b82bfe2 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -1541,7 +1541,7 @@ SWITCH_DECLARE(switch_status) switch_core_new_memory_pool(switch_memory_pool **p return SWITCH_STATUS_MEMERR; } - if ((apr_pool_create(pool, runtime.memory_pool)) != SWITCH_STATUS_SUCCESS) { + if ((apr_pool_create(pool, NULL)) != SWITCH_STATUS_SUCCESS) { *pool = NULL; return SWITCH_STATUS_MEMERR; }