]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: http-htx: Don't forget to release the http reply in release function
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 21 May 2020 07:59:22 +0000 (09:59 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 25 May 2020 05:32:03 +0000 (07:32 +0200)
commit63d4824f646e51a4a13a960f9fd9db5a35dcad16
treee9187cc881b661a550e6f4da599aef21291a969b
parent73b943b964e58af042bdac1cf139a82e6124439e
BUG/MINOR: http-htx: Don't forget to release the http reply in release function

The http reply must be released in the function responsible to release it. This
leak was introduced when the http return was refactored to use http reply.

This patch should partly fix the issue #645.

No backport needed.
src/http_htx.c