free global pool on shutdown

This commit is contained in:
Anthony Minessale 2014-04-09 03:29:31 +05:00
parent 0449baca59
commit d789c6470a
1 changed files with 3 additions and 0 deletions

View File

@ -357,6 +357,9 @@ SWITCH_DECLARE(void) switch_scheduler_task_thread_stop(void)
}
}
}
switch_core_destroy_memory_pool(&globals.memory_pool);
}
/* For Emacs: