From b7520f66763817c74075ef84190f9cbfd02bfa55 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 2 Mar 2007 23:50:13 +0000 Subject: [PATCH] pesky * bug git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4433 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {