Please besure to do "make sure" this should fix the assert people were getting on ALL channel drivers.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4438 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West
2007-03-03 21:02:02 +00:00
parent c819f90a16
commit bd6720df94
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -3717,7 +3717,7 @@ SWITCH_DECLARE(switch_core_session_t *) switch_core_session_request(const switch
return NULL;
}
if (pool) {
if (pool && *pool) {
usepool = *pool;
*pool = NULL;
} else if (switch_core_new_memory_pool(&usepool) != SWITCH_STATUS_SUCCESS) {