aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib1522.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib1522.c')
-rw-r--r--tests/libtest/lib1522.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libtest/lib1522.c b/tests/libtest/lib1522.c
index 6ac2f9358..3675175ee 100644
--- a/tests/libtest/lib1522.c
+++ b/tests/libtest/lib1522.c
@@ -84,6 +84,7 @@ int test(char *URL)
curl_slist_free_all(pHeaderList);
curl_easy_cleanup(pCurl);
+ curl_global_cleanup();
return 0;
}