Skip to content
Snippets Groups Projects
Commit 8c6793d7 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

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

parent 643ae2ca
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,7 @@ test_cleanup:
curl_multi_cleanup(multi_handle);
curl_easy_cleanup(http_handle);
curl_global_cleanup();
return res;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment