]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix a memory leak on free
authorNeil Horman <nhorman@openssl.org>
Tue, 28 Jan 2025 14:16:09 +0000 (09:16 -0500)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
commit4f11f520d730d5df986f300b8379f5cc6d4a5a1c
treea15ac703001a01678536a6292d82cf4146ed42bc
parent642fde861688581e0be672fe89735477102a562e
Fix a memory leak on free

Forgot to free the CRYPTO_REF when freeing a token

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26517)
ssl/quic/quic_impl.c