diff options
Diffstat (limited to 'tests/libtest/lib1905.c')
-rw-r--r-- | tests/libtest/lib1905.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libtest/lib1905.c b/tests/libtest/lib1905.c index b09c4f526..79a50a782 100644 --- a/tests/libtest/lib1905.c +++ b/tests/libtest/lib1905.c @@ -88,6 +88,7 @@ int test(char *URL) curl_easy_cleanup(ch); curl_share_cleanup(sh); curl_multi_cleanup(cm); + curl_global_cleanup(); return 0; } |