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 file descriptor leak #5

Closed
wants to merge 1 commit into from
Closed

Fix file descriptor leak #5

wants to merge 1 commit into from

Conversation

mjjohnson
Copy link

I discovered that fd and tocfd were being opened but never closed, which caused some problems with a long-running program I wrote that calls xar_open and xar_close many times. This makes sure they always get closed.

@mjjohnson mjjohnson closed this by deleting the head repository Jan 17, 2023
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

1 participant