jai-imageio / jai-imageio-core

JAI ImageIO Core (without javax.media.jai dependencies)
Other
234 stars 88 forks source link

Memory Leak Fix #1

Closed jmabrey closed 12 years ago

jmabrey commented 12 years ago

Sun's implementation of the JP2 reader has a bad memory leak. I implemented the required dispose method to fix the bug.

See this post: http://www.jpedal.org/PDFblog/2011/03/java-jai-image-io-jpeg2000-memory-leak-fix/

jmabrey commented 12 years ago

I'm closing this request because my code has an error in it. I will re-open another request with the correct fix.