Skip to content
New issue

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

Verify free is not called wherever async_operation_destroy is used #199

Open
ewertons opened this issue Nov 28, 2017 · 1 comment
Open
Assignees
Labels

Comments

@ewertons
Copy link
Collaborator

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

@dcristoloveanu
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants