We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CURL uses counter for init/cleanup calls. So calling cleanup from curl_global is safe, but if it doesn't call cleanup, it breaks counter.
The text was updated successfully, but these errors were encountered:
I'm going to provide pull request on next weekend.
Sorry, something went wrong.
Awesome! :)
Disabled copying for curl_global, added curl_global_cleanup call in d…
f758a48
…estructor Also moved function definitions to cpp file Fix for issue "curl_global should call cleanup in destructor" JosephP91#103
So it's time to close issue
sergey-shambir
No branches or pull requests
CURL uses counter for init/cleanup calls. So calling cleanup from curl_global is safe, but if it doesn't call cleanup, it breaks counter.
The text was updated successfully, but these errors were encountered: