mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
Call curl_global_cleanup() in test 560 to avoid a memory leak
This commit is contained in:
parent
643ae2ca8b
commit
8c6793d79a
@ -99,6 +99,7 @@ test_cleanup:
|
||||
curl_multi_cleanup(multi_handle);
|
||||
|
||||
curl_easy_cleanup(http_handle);
|
||||
curl_global_cleanup();
|
||||
|
||||
return res;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user