Skip to content

Commit

Permalink
Merge pull request signalwire#1727 in FS/freeswitch from ~LAZEDO/free…
Browse files Browse the repository at this point in the history
…switch:bug/FS-11847 to master

* commit '23fbd60991a04473b169b5084c1c0ca8b806518e':
  FS-11847 [mod_loopback] unregister from reloadxml
  • Loading branch information
mjerris committed May 16, 2019
2 parents 1fdd0d7 + 23fbd60 commit 2e521f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mod/endpoints/mod_loopback/mod_loopback.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 2e521f0

Please sign in to comment.