提交 341e94b2 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-8761 #resolve [Memory leak in FreeSWITCH]

上级 9030e135
......@@ -547,9 +547,9 @@ static int establish_logical_layer(wsh_t *wsh)
wsh->sanity--;
if (!wsh->block) {
return -2;
}
//if (!wsh->block) {
// return -2;
//}
} while (wsh->sanity > 0);
......
......@@ -547,9 +547,9 @@ static int establish_logical_layer(wsh_t *wsh)
wsh->sanity--;
if (!wsh->block) {
return -2;
}
//if (!wsh->block) {
//return -2;
//}
} while (wsh->sanity > 0);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论