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

Close the fd that we're removing from the pollfds list #96

Closed
wants to merge 1 commit into from

Commits on Aug 16, 2016

  1. Close the fd that we're removing from the pollfds list

    We currently dup the file descriptor in add() by calling consume_fd(). We never close this dup'd fd. We should close it when we remove it from the pollfds list.
    jrmuizel committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    aa93c81 View commit details
    Browse the repository at this point in the history