diff options
Diffstat (limited to 'tests/libtest/lib1906.c')
-rw-r--r-- | tests/libtest/lib1906.c | 1 |
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; } |