dont mind me lots of these today

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@938 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-03-27 16:13:26 +00:00
parent aa73749748
commit 7236ed5267
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}