Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update BinLog.java #247

Merged
merged 1 commit into from
Jun 17, 2022
Merged

Update BinLog.java #247

merged 1 commit into from
Jun 17, 2022

Conversation

espaillato
Copy link
Contributor

Fix Path file resource leak. Files.newDirectoryStream(dir, filePattern) is a closeable resource and it opens a file path for the dir causing a fd leak.

Fix Path file resource leak.   `Files.newDirectoryStream(dir, filePattern)` is a closeable resource and it opens a file path for the dir causing a fd leak.
@ar ar merged commit 6449f59 into jpos:master Jun 17, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants