提交 d789c647 authored 作者: Anthony Minessale's avatar Anthony Minessale

free global pool on shutdown

上级 0449baca
...@@ -357,6 +357,9 @@ SWITCH_DECLARE(void) switch_scheduler_task_thread_stop(void) ...@@ -357,6 +357,9 @@ SWITCH_DECLARE(void) switch_scheduler_task_thread_stop(void)
} }
} }
} }
switch_core_destroy_memory_pool(&globals.memory_pool);
} }
/* For Emacs: /* For Emacs:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论