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

Make event queue shared between nsfw and native implementation #77

Merged
merged 2 commits into from
Jun 21, 2019

Conversation

implausible
Copy link
Contributor

@implausible implausible commented Jun 21, 2019

Don't create an EventBaton which can be leaked according to the documentation in uv_async_send.
This solves the second issue mentioned in #74.

Don't create an EventBaton which can be leaked according to the documentation in uv_async_send.
@implausible implausible force-pushed the fix/memory-leak-with-async-handle branch from 1ea0e65 to 558427a Compare June 21, 2019 17:27
This is not ideal. We need to track down why these events are occasionally being skipped.
@implausible implausible merged commit 2e9bf2e into master Jun 21, 2019
@implausible implausible deleted the fix/memory-leak-with-async-handle branch June 21, 2019 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant