mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:03:36 +03:00
Call curl_global_cleanup() in test 560 to avoid a memory leak
This commit is contained in:
parent
643ae2ca8b
commit
8c6793d79a
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ test_cleanup:
|
|||
curl_multi_cleanup(multi_handle);
|
||||
|
||||
curl_easy_cleanup(http_handle);
|
||||
curl_global_cleanup();
|
||||
|
||||
return res;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue