mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 09:58:17 +00:00
FS-7567 #resolve #comment additional occurrences beyond the initial patch discovered
This commit is contained in:
@@ -335,7 +335,6 @@ SWITCH_DECLARE(void) switch_scheduler_task_thread_start(void)
|
||||
switch_mutex_init(&globals.task_mutex, SWITCH_MUTEX_NESTED, globals.memory_pool);
|
||||
switch_queue_create(&globals.event_queue, 250000, globals.memory_pool);
|
||||
|
||||
switch_threadattr_detach_set(thd_attr, 1);
|
||||
switch_thread_create(&task_thread_p, thd_attr, switch_scheduler_task_thread, NULL, globals.memory_pool);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user