mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-02 11:29:48 +00:00
mod_alsa: fix module reload
This commit is contained in:
parent
9966b3d46a
commit
92e89cb453
@ -948,6 +948,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_alsa_shutdown)
|
|||||||
}
|
}
|
||||||
switch_core_hash_destroy(&globals.call_hash);
|
switch_core_hash_destroy(&globals.call_hash);
|
||||||
|
|
||||||
|
switch_event_free_subclass(MY_EVENT_RINGING);
|
||||||
switch_safe_free(globals.dialplan);
|
switch_safe_free(globals.dialplan);
|
||||||
switch_safe_free(globals.cid_name);
|
switch_safe_free(globals.cid_name);
|
||||||
switch_safe_free(globals.cid_num);
|
switch_safe_free(globals.cid_num);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user