提交 61c487c3 authored 作者: Anthony Minessale's avatar Anthony Minessale

Revert "FS-8761 #resolve [Memory leak in FreeSWITCH]"

This reverts commit 341e94b2.
上级 db61f4d5
......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论