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) {