mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
don't leak body in recv error case
This commit is contained in:
parent
7011602550
commit
84886942d2
@ -721,6 +721,7 @@ SCGI_DECLARE(scgi_status_t) scgi_parse(scgi_socket_t sock, scgi_handle_t *handle
|
||||
end:
|
||||
|
||||
scgi_safe_free(headers);
|
||||
scgi_safe_free(body);
|
||||
|
||||
return status;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user