]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/asynctest.c
Fix various typos, repeated words, align some spelling to LDP.
[thirdparty/openssl.git] / test / asynctest.c
index 0e2e012403fd3b06b3b1006898436067a092b009..a441d09ad4b90364e4f60956d1ab582262d941f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-2020 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved.
  *
  * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
@@ -411,6 +411,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;
 }