mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
Unbind the reloadxml event on module shutdown
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11205 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
0d5705d396
commit
b9ec9f8e04
@ -808,6 +808,8 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_fax_shutdown)
|
||||
{
|
||||
switch_memory_pool_t *pool = globals.pool;
|
||||
|
||||
switch_event_unbind(&NODE);
|
||||
|
||||
switch_core_destroy_memory_pool(&pool);
|
||||
memset(&globals, 0, sizeof(globals));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user