geosolutions-it / imageio-ext

Additional plugins and extension for the standard Java ImageIO library
Other
139 stars 80 forks source link

ZipDeflateCompressor leaks native resources #291

Open davispw opened 10 months ago

davispw commented 10 months ago

It never calls Deflater.end().

The failsafe finalize() has been removed in https://bugs.openjdk.org/browse/JDK-8212129 (openjdk >=12).