From: Anthony Minessale Date: Fri, 2 Mar 2007 23:50:13 +0000 (+0000) Subject: pesky * bug X-Git-Tag: v1.0-beta1~978 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7520f66763817c74075ef84190f9cbfd02bfa55;p=thirdparty%2Ffreeswitch.git pesky * bug git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4433 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_core.c b/src/switch_core.c index bd161757ef..3cb66217cf 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -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) {