提交 f5fe8bc5 authored 作者: Anthony Minessale's avatar Anthony Minessale

close fd on fsv_record

上级 de4bf23d
...@@ -273,6 +273,11 @@ SWITCH_STANDARD_APP(record_fsv_function) ...@@ -273,6 +273,11 @@ SWITCH_STANDARD_APP(record_fsv_function)
} }
} }
if (fd > -1) {
close(fd);
}
switch_core_session_set_read_codec(session, NULL); switch_core_session_set_read_codec(session, NULL);
switch_core_codec_destroy(&codec); switch_core_codec_destroy(&codec);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论