Skip to content

Commit f9994c0

Browse files
authored
[mod_verto] Fix leak in http_run.
1 parent 408480b commit f9994c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mod/endpoints/mod_verto/mod_verto.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1924,6 +1924,7 @@ static void http_run(jsock_t *jsock)
19241924

19251925
keepalive = request->keepalive;
19261926
kws_request_free(&request);
1927+
if (stream.param_event) switch_event_destroy(&stream.param_event);
19271928

19281929
if (keepalive) {
19291930
kws_t *wsh = jsock->ws;

0 commit comments

Comments
 (0)