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
-1
View File
@@ -662,7 +662,6 @@ switch_memory_pool_t *switch_core_memory_init(void)
switch_queue_create(&memory_manager.pool_recycle_queue, 50000, memory_manager.memory_pool);
switch_threadattr_create(&thd_attr, memory_manager.memory_pool);
switch_threadattr_detach_set(thd_attr, 0);
switch_threadattr_stacksize_set(thd_attr, SWITCH_THREAD_STACKSIZE);
switch_thread_create(&pool_thread_p, thd_attr, pool_thread, NULL, memory_manager.memory_pool);