commit | f89094510c9e74c42596c16fe8c50bdfc25113d4 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Mar 30 11:51:56 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Mar 30 16:12:18 2022 +0200 |
tree | 660f48375952f5048b4e155d40104302f0b600eb | |
parent | 8347f27221a3cdeae5e86b2756859e18b34e098a [diff] |
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.