You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: