]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
dont mind me lots of these today
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 27 Mar 2006 16:13:26 +0000 (16:13 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 27 Mar 2006 16:13:26 +0000 (16:13 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@938 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_core.c

index efe3ae1a7bff1ca467f6672be2f761ef44f845df..256b82bfe287b509af791741ea85bdbedb80341d 100644 (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;
        }