This commit is contained in:
Archit Jain 2025-01-21 00:17:21 +00:00 committed by GitHub
commit 2ecaa24862
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1836,6 +1836,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_shout_load)
SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_shout_shutdown) SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_shout_shutdown)
{ {
mpg123_exit(); mpg123_exit();
shout_shutdown();
return SWITCH_STATUS_SUCCESS; return SWITCH_STATUS_SUCCESS;
} }