diff options
-rw-r--r-- | tests/libtest/lib560.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libtest/lib560.c b/tests/libtest/lib560.c index ce6809d39..87e854555 100644 --- a/tests/libtest/lib560.c +++ b/tests/libtest/lib560.c @@ -99,6 +99,7 @@ test_cleanup: curl_multi_cleanup(multi_handle); curl_easy_cleanup(http_handle); + curl_global_cleanup(); return res; } |