aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib1515.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib1515.c')
-rw-r--r--tests/libtest/lib1515.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libtest/lib1515.c b/tests/libtest/lib1515.c
index c1499381a..4b41dc2e4 100644
--- a/tests/libtest/lib1515.c
+++ b/tests/libtest/lib1515.c
@@ -148,6 +148,7 @@ int test(char *URL)
test_cleanup:
curl_multi_cleanup(multi);
+ curl_global_cleanup();
return (int) res;
}