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 fdset memory leak #12

Merged
merged 1 commit into from Jun 11, 2015
Merged

Fix fdset memory leak #12

merged 1 commit into from Jun 11, 2015

Conversation

boosty
Copy link

@boosty boosty commented Jun 11, 2015

Problem introduced in:
6d6967f

We need to call rb_fd_term to free the memory:
http://rxr.whitequark.org/mri/source/thread.c?v=2.1.2#3183

Got the idea via this similar bug in eventmachine:
eventmachine/eventmachine#586

Problem introduced in:
6d6967f

We need to call rb_fd_term to free the memory:
http://rxr.whitequark.org/mri/source/thread.c?v=2.1.2#3183

Got the idea via this similar bug in eventmachine:
eventmachine/eventmachine#586
skaes pushed a commit that referenced this pull request Jun 11, 2015
@skaes skaes merged commit eac8aaa into xing:xing Jun 11, 2015
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

2 participants