url2file.c example misses curl_global_cleanup() #2245
Closed
Labels
Comments
Thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
curl_global_init() function is called here,but in the end did not call curl_global_cleanup() function to clean up.
https://github.com/curl/curl/blob/master/docs/examples/url2file.c#L49
The text was updated successfully, but these errors were encountered: