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

Graceful handle leak at shutdown #87

Merged
merged 3 commits into from
Oct 26, 2018
Merged

Graceful handle leak at shutdown #87

merged 3 commits into from
Oct 26, 2018

Conversation

s-ludwig
Copy link
Member

Fixes the test failures in https://github.com/vibe-d/vibe-core (see #86 (comment))

@s-ludwig s-ludwig force-pushed the graceful_handle_leak branch 2 times, most recently from f6a6c03 to 0667106 Compare October 26, 2018 18:29
This avoids crashing in case of any handle references left-over in GC allocated memory that gets finalized after module destructors have already been run.
Avoids polluting the regular application output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants