]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
pesky * bug
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 2 Mar 2007 23:50:13 +0000 (23:50 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 2 Mar 2007 23:50:13 +0000 (23:50 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4433 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_core.c

index bd161757ef86e0ae44b49836951d2009f0e22bfe..3cb66217cf7415428df553002a942b1e49d978a9 100644 (file)
@@ -3717,7 +3717,7 @@ SWITCH_DECLARE(switch_core_session_t *) switch_core_session_request(const switch
                return NULL;
        }
 
-       if (*pool) {
+       if (pool) {
                usepool = *pool;
                *pool = NULL;
        } else if (switch_core_new_memory_pool(&usepool) != SWITCH_STATUS_SUCCESS) {