mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
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…
x
Reference in New Issue
Block a user