valerybokov edited a comment on pull request #107: URL: https://github.com/apache/pdfbox/pull/107#issuecomment-868308933
> Isn't `buffer` closed in the `finally` block? Same for `filteredBuffer`. Or did I misunderstand this? Yes, `buffer` will be closed in inner finally block (because of swapping). As I understand, only last `filteredBuffer` will be closed, because outer finally block located outside the loop. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
