commit | 3fd92f69e02319eb49a7c0d1e021982b8b199038 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu May 19 14:35:20 2022 +0200 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Fri May 20 17:11:13 2022 +0200 |
tree | dd9b5d49c356d9469dd0d26377e1f71fc3adf53c | |
parent | a89659a75201f8170511fa1e05bfa1e10ba2f36f [diff] |
BUG/MINOR: quic: Fix potential memory leak during QUIC connection allocations Move the code which finalizes the QUIC connections initialisations after having called qc_new_conn() into this function to benefit from its error handling to release the memory allocated for QUIC connections the initialization of which could not be finalized.