summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/asynctest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asynctest.c b/test/asynctest.c
index 6502ee9845..628d0d86ea 100644
--- a/test/asynctest.c
+++ b/test/asynctest.c
@@ -409,6 +409,7 @@ static int test_ASYNC_start_job_ex(void)
ret = 1;
err:
ASYNC_WAIT_CTX_free(waitctx);
+ ASYNC_cleanup_thread();
OSSL_LIB_CTX_free(libctx);
return ret;
}