Artur W.
Results
1
issues of
Artur W.
Method com.flagstone.transform.util.image.BufferedImageDecoder#zip(byte[]) uses java.util.zip.Deflater to compress data - but the Deflater is not ended properly (missing call to Deflater#end()) causing allocated native memory not to be released. Code to reproduce:...