Details
Description
We noticed a possible resource leak here. If an I/O error occurs at line 91, rp remains open since the exception isn't caught locally, and there is no way for any caller to close the RandomAccessFile.
I'll submit a pull request to fix it.
Attachments
Issue Links
- links to