FS-11847 [mod_loopback] unregister from reloadxml

This commit is contained in:
Luis Azedo 2019-05-16 13:52:33 +01:00
parent 1fdd0d7134
commit 23fbd60991

View File

@ -1748,6 +1748,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_loopback_shutdown)
switch_event_free_subclass("loopback::bowout");
switch_event_free_subclass("loopback::direct");
switch_event_unbind_callback(loopback_reload_xml_event_handler);
return SWITCH_STATUS_SUCCESS;
}