mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-31 18:55:49 +00:00
[mod_verto] Fix leak in http_run.
This commit is contained in:
parent
408480bae0
commit
f9994c00f9
@ -1924,6 +1924,7 @@ done:
|
|||||||
|
|
||||||
keepalive = request->keepalive;
|
keepalive = request->keepalive;
|
||||||
kws_request_free(&request);
|
kws_request_free(&request);
|
||||||
|
if (stream.param_event) switch_event_destroy(&stream.param_event);
|
||||||
|
|
||||||
if (keepalive) {
|
if (keepalive) {
|
||||||
kws_t *wsh = jsock->ws;
|
kws_t *wsh = jsock->ws;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user