aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib1906.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib1906.c')
-rw-r--r--tests/libtest/lib1906.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libtest/lib1906.c b/tests/libtest/lib1906.c
index af3d1acb6..6c7a4bf6e 100644
--- a/tests/libtest/lib1906.c
+++ b/tests/libtest/lib1906.c
@@ -66,6 +66,7 @@ int test(char *URL)
curl_easy_cleanup(curl);
curl_url_cleanup(curlu);
+ curl_global_cleanup();
return 0;
}