mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-31 02:33:44 +00:00
FSBUILD-287
This commit is contained in:
parent
182b030f94
commit
8009ec0b5c
@ -581,7 +581,12 @@ SWITCH_DECLARE(switch_status_t) switch_event_init(switch_memory_pool_t *pool)
|
|||||||
{
|
{
|
||||||
switch_threadattr_t *thd_attr;;
|
switch_threadattr_t *thd_attr;;
|
||||||
|
|
||||||
switch_assert(switch_arraylen(EVENT_NAMES) == SWITCH_EVENT_ALL + 1);
|
/*
|
||||||
|
This statement doesn't do anything commenting it out for now.
|
||||||
|
|
||||||
|
switch_assert(switch_arraylen(EVENT_NAMES) == SWITCH_EVENT_ALL + 1);
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
switch_assert(pool != NULL);
|
switch_assert(pool != NULL);
|
||||||
THRUNTIME_POOL = RUNTIME_POOL = pool;
|
THRUNTIME_POOL = RUNTIME_POOL = pool;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user