提交 6234a94f authored 作者: Travis Cross's avatar Travis Cross

Cleanup style for consistency

上级 a8dd56f2
......@@ -319,7 +319,7 @@ SWITCH_STANDARD_APP(basic_function)
if (zstr(file)) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "missing file\n");
goto DONE;
goto end;
}
if (!switch_is_file_path(file)) {
......@@ -349,7 +349,7 @@ SWITCH_STANDARD_APP(basic_function)
mb_close(&bi);
DONE:
end:
switch_safe_free(fdup);
switch_safe_free(mydata);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论