FS-7567 #resolve #comment additional occurrences beyond the initial patch discovered

This commit is contained in:
Anthony Minessale
2015-05-21 09:50:49 -05:00
parent 38ab8a9b31
commit d413bcd7b3
7 changed files with 22 additions and 17 deletions

View File

@@ -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);
}