mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-31 18:55:49 +00:00
Revert "FS-8761 #resolve [Memory leak in FreeSWITCH]"
This reverts commit 341e94b28d966ae47390606c5447bb56f2453465.
This commit is contained in:
parent
db61f4d52b
commit
61c487c3e8
@ -547,9 +547,9 @@ static int establish_logical_layer(wsh_t *wsh)
|
|||||||
|
|
||||||
wsh->sanity--;
|
wsh->sanity--;
|
||||||
|
|
||||||
//if (!wsh->block) {
|
if (!wsh->block) {
|
||||||
// return -2;
|
return -2;
|
||||||
//}
|
}
|
||||||
|
|
||||||
} while (wsh->sanity > 0);
|
} while (wsh->sanity > 0);
|
||||||
|
|
||||||
|
@ -547,9 +547,9 @@ static int establish_logical_layer(wsh_t *wsh)
|
|||||||
|
|
||||||
wsh->sanity--;
|
wsh->sanity--;
|
||||||
|
|
||||||
//if (!wsh->block) {
|
if (!wsh->block) {
|
||||||
//return -2;
|
return -2;
|
||||||
//}
|
}
|
||||||
|
|
||||||
} while (wsh->sanity > 0);
|
} while (wsh->sanity > 0);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user