提交 c167eb7d authored 作者: Michael Jerris's avatar Michael Jerris

FS-8190: fix build regression from original FS-8190 commit

上级 8b746542
......@@ -5274,9 +5274,10 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_rayo_load)
*/
SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_rayo_shutdown)
{
switch_event_free_subclass("rayo::cpa");
switch_status_t result;
switch_status_t result = do_shutdown();
switch_event_free_subclass("rayo::cpa");
result = do_shutdown();
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Module shutdown\n");
return result;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论