summaryrefslogtreecommitdiff
path: root/tests/unit/unit1654.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/unit1654.c')
-rw-r--r--tests/unit/unit1654.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/unit1654.c b/tests/unit/unit1654.c
index 667551ce9..acd2cd62f 100644
--- a/tests/unit/unit1654.c
+++ b/tests/unit/unit1654.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 2019 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 2019 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -133,6 +133,7 @@ UNITTEST_START
curl_global_cleanup();
fail:
Curl_altsvc_cleanup(&asi);
+ curl_global_cleanup();
return unitfail;
}
UNITTEST_STOP