ossl_quic_new(): Fix a leak found by error injection
authorTomas Mraz <tomas@openssl.org>
Tue, 31 Oct 2023 14:11:30 +0000 (15:11 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 2 Nov 2023 13:19:23 +0000 (14:19 +0100)
commit55936eee86ce31e80fa49d11757f61fe9e20821e
tree5f4534763fe803539f43731a9f1c43a3b8778f9f
parentfe26b6b4961b1d5a560b52463923f6fb014f5068
ossl_quic_new(): Fix a leak found by error injection

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22572)
ssl/quic/quic_impl.c