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
All c files where async_operation_destroy is used should be verified to make sure they are not calling free() on the async operation instances.
This is to address other potential issues like on #197 , introduced by 34efcbb
The text was updated successfully, but these errors were encountered:
Thanks for reporting this, I'll double check the usage of ASYNC_OPERATION_HANDLE and let you know if any more issue lurks in there.
Sorry, something went wrong.
dcristoloveanu
No branches or pull requests
All c files where async_operation_destroy is used should be verified to make sure they are not calling free() on the async operation instances.
This is to address other potential issues like on #197 , introduced by 34efcbb
The text was updated successfully, but these errors were encountered: