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

Fix possible memory leak in pipe. #466

Merged
merged 3 commits into from
Mar 31, 2016
Merged

Conversation

vqvu
Copy link
Collaborator

@vqvu vqvu commented Mar 12, 2016

Destructors weren't being called, so the 'drain' handlers weren't being
unbound.

@vqvu vqvu added this to the 2.7.2 milestone Mar 12, 2016
@svozza
Copy link
Collaborator

svozza commented Mar 12, 2016

Nice. I find this code easier to follow that what was there before.

@vqvu vqvu merged commit e7b1bf8 into caolan:master Mar 31, 2016
@vqvu vqvu removed this from the 2.7.2 milestone Mar 31, 2016
@vqvu vqvu deleted the pipe-memory-leak branch April 29, 2016 05:23
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.

2 participants