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

This reverts commit 341e94b28d.
This commit is contained in:
Anthony Minessale 2016-08-06 11:47:07 -05:00
parent db61f4d52b
commit 61c487c3e8
2 changed files with 6 additions and 6 deletions

View File

@ -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);

View File

@ -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);