pesky * bug
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4433 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
0ddffd3ef6
commit
b7520f6676
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue