提交 60f5dec5 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-5793 --resolve

上级 ea065368
...@@ -2192,7 +2192,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_record_session(switch_core_session_t ...@@ -2192,7 +2192,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_record_session(switch_core_session_t
if (rh->native) { if (rh->native) {
switch_core_file_close(&rh->in_fh); switch_core_file_close(&rh->in_fh);
switch_core_file_close(&rh->out_fh); switch_core_file_close(&rh->out_fh);
} else } else {
switch_core_file_close(fh); switch_core_file_close(fh);
} }
return status; return status;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论