提交 01c10606 authored 作者: Sebastian Kemper's avatar Sebastian Kemper 提交者: Mike Jerris

FS-9824 [tone2wav.c] Fix segfault on tone2wav

I checked fs_encode and saw that it terminates itself a bit differently, so I applied the same to tone2wav and the segfaults went away
Signed-off-by: 's avatarSebastian Kemper <sebastian_ml@gmx.net>
上级 f45b19d5
......@@ -172,7 +172,8 @@ int main(int argc, char *argv[])
end:
switch_core_destroy();
switch_safe_free(SWITCH_GLOBAL_dirs.mod_dir);
//switch_core_destroy();
return r;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论