]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix a memory leak in the speed app
authorMatt Caswell <matt@openssl.org>
Mon, 12 Aug 2024 08:04:19 +0000 (09:04 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 14 Aug 2024 16:22:10 +0000 (18:22 +0200)
commit8e82304adb8f51ed243ab1e57d8a4006bdbc0336
tree0f2e0bf2245ae95309fd8027228e6d556b39fac2
parent509022ddf8823ce67cc706f66a735b4aab680528
Fix a memory leak in the speed app

Make sure we free the ecdsa_key object after we have finished using it.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25153)
apps/speed.c