mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
FS-9823 free subclass properly
This commit is contained in:
parent
b6df83dd10
commit
df8f7f4639
@ -6205,6 +6205,7 @@ void mod_sofia_shutdown_cleanup() {
|
||||
switch_event_free_subclass(MY_EVENT_PRE_REGISTER);
|
||||
switch_event_free_subclass(MY_EVENT_REGISTER);
|
||||
switch_event_free_subclass(MY_EVENT_GATEWAY_ADD);
|
||||
switch_event_free_subclass(MY_EVENT_BYE_RESPONSE);
|
||||
|
||||
switch_console_del_complete_func("::sofia::list_profiles");
|
||||
switch_console_set_complete("del sofia");
|
||||
|
Loading…
x
Reference in New Issue
Block a user