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

Not all fd are closed in destructor #14

Open
Jens-H opened this issue Nov 28, 2020 · 1 comment · May be fixed by #15
Open

Not all fd are closed in destructor #14

Jens-H opened this issue Nov 28, 2020 · 1 comment · May be fixed by #15

Comments

@Jens-H
Copy link

Jens-H commented Nov 28, 2020

~LinuxEvents() { close(fd); }

I believe you are not closing all fd that are opened in the for loop of the constructor.

Best regards
Jens

@lemire
Copy link
Member

lemire commented Nov 28, 2020

If you believe that there is an issue, please provide a pull request providing a fix.

@lemire lemire linked a pull request Nov 29, 2020 that will close this issue
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 a pull request may close this issue.

2 participants