]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mux-quic: ensure to free all qcs on MUX release
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 30 Mar 2022 09:51:56 +0000 (11:51 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 30 Mar 2022 14:12:18 +0000 (16:12 +0200)
commitf89094510c9e74c42596c16fe8c50bdfc25113d4
tree660f48375952f5048b4e155d40104302f0b600eb
parent8347f27221a3cdeae5e86b2756859e18b34e098a
BUG/MINOR: mux-quic: ensure to free all qcs on MUX release

Remove qcs instances left during qcc MUX release. This can happen when
the MUX is closed before the completion of all the transfers, such as on
a timeout or process termination.

This may free some memory leaks on the connection.
src/mux_quic.c