]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix mem leak in threadpool_test.c
authorshridhar kalavagunta <coolshrid@hotmail.com>
Tue, 30 Apr 2024 01:59:57 +0000 (20:59 -0500)
committerTomas Mraz <tomas@openssl.org>
Mon, 20 May 2024 08:11:35 +0000 (10:11 +0200)
commit4dbd4925dfc61d93df678df607504f62b0ac3dcc
treefd4ccddd5f2268451f981cc8c470f8eb3989092d
parent45f5d51b72a262bf85c4461fbded91485ce6b9da
Fix mem leak in threadpool_test.c

Fixes #24104

Added a goto label for cleanup.

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24412)
test/threadpool_test.c