1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Call curl_global_cleanup() in test 560 to avoid a memory leak

This commit is contained in:
Dan Fandrich 2010-03-30 12:52:44 -07:00
parent 643ae2ca8b
commit 8c6793d79a

View File

@ -99,6 +99,7 @@ test_cleanup:
curl_multi_cleanup(multi_handle);
curl_easy_cleanup(http_handle);
curl_global_cleanup();
return res;
}