commit | c0b481f87b4b5c7d77b4c021495c29bc0f43ebba | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Feb 02 15:39:55 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Feb 14 15:20:54 2022 +0100 |
tree | 458885d7aa198649eeab9417954571ce19081bc4 | |
parent | 225c31fc9f2677e81d7648ce5793d46cd4e45bb9 [diff] |
MINOR: quic: Possible memleak in qc_new_conn() This should fix Coverity CID 375047 in GH #1536 where <buf_area> could leak because not always freed by by quic_conn_drop(), especially when not stored in <qc> variable.