mod_alsa: fix module reload

This commit is contained in:
Travis Cross 2012-04-08 13:40:17 +00:00
parent 9966b3d46a
commit 92e89cb453

View File

@ -948,6 +948,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_alsa_shutdown)
}
switch_core_hash_destroy(&globals.call_hash);
switch_event_free_subclass(MY_EVENT_RINGING);
switch_safe_free(globals.dialplan);
switch_safe_free(globals.cid_name);
switch_safe_free(globals.cid_num);