FS-8761 #resolve [Memory leak in FreeSWITCH]

This commit is contained in:
Anthony Minessale
2016-08-03 23:57:00 -05:00
parent 9030e13589
commit 341e94b28d
2 changed files with 6 additions and 6 deletions
+3 -3
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);
+3 -3
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);