Description
TTFParser offers a method that parses a file. It looks like the RandomAccessFile is never closed if there is an exception – I initially discovered this via running Tika batch on Common Crawl data, and code review confirms this. There should probably be a try/finally->close RAFDataStream in the parse#File method.
Attachments
Issue Links
- relates to
-
TIKA-1737 PDFBox 1.8.10 is still a basket case
- Open