leonbloy / pngj

PNGJ : pure Java library for high performance PNG encoding
http://hjg.com.ar/pngj/
273 stars 52 forks source link

Inflater is not properly closed #30

Closed leonbloy closed 9 years ago

leonbloy commented 9 years ago

From hjg.com.ar@gmail.com on March 27, 2014 21:44:22

See report here https://groups.google.com/forum/#!topic/pngj-discuss/7hJ0aA_or-g

Original issue: http://code.google.com/p/pngj/issues/detail?id=30

leonbloy commented 9 years ago

From hjg.com.ar@gmail.com on April 23, 2014 19:39:39

Fixed (but not tested yet) in 56f0bf9e28fe42b3ee26986dc53131fe2d95ac7c Several other objects were revised and close() semantics is now consistent

Status: Fixed

leonbloy commented 9 years ago

From Sascha.K...@gmail.com on April 24, 2014 00:10:01

I can at least confirm, that the issues with Android StrictMode I reported in the mentioned report have gone away.

Looking forward to the next release :)

leonbloy commented 9 years ago

From hjg.com.ar@gmail.com on April 24, 2014 07:18:14

@Sascha: thanks for reporting. I'm currently working in tweaking the new PngWriter. Next release is planned for May.