Hey guys,

Using either 2.0.0-RC1 or 2.0.0-RC2 I am seeing a lot of debug
messages which look like:

"ScratchFileBuffer not closed!"

When I trace this it appears that this is called by `finalize` being
called on the ScratchFileBuffer.

I am opening and closing my PDDocument by using try-with-resources, i.e.

try(final PDDocument doc = PDDocument.load(pdf.asFile)) {
...
}

As far as I can see I am not manually specifying any Scratch files,
are there any known issues with these not being correctly freed in
2.0.0?

Cheers Adam.

-- 
Adam Retter

skype: adam.retter
tweet: adamretter
http://www.adamretter.org.uk

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to