free global pool on shutdown
This commit is contained in:
parent
0449baca59
commit
d789c6470a
|
@ -357,6 +357,9 @@ SWITCH_DECLARE(void) switch_scheduler_task_thread_stop(void)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
switch_core_destroy_memory_pool(&globals.memory_pool);
|
||||
|
||||
}
|
||||
|
||||
/* For Emacs:
|
||||
|
|
Loading…
Reference in New Issue