This function releases resources acquired by curl_global_init.
You should call curl_global_cleanup once for each call you make to curl_global_init, after you are done using libcurl.
But in this file, there is no curl_global_cleanup called, so this may be an error?
curl/docs/examples/multithread.c
Line 74 in 40b4fdb
The text was updated successfully, but these errors were encountered: