Update mod_shout.c
This commit is contained in:
parent
987e87bc0b
commit
34640fb2e4
|
@ -1836,6 +1836,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_shout_load)
|
|||
SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_shout_shutdown)
|
||||
{
|
||||
mpg123_exit();
|
||||
shout_shutdown();
|
||||
return SWITCH_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue