Skip to content

Commit

Permalink
ZipDeflateCompressor leaks native resources geosolutions-it#291
Browse files Browse the repository at this point in the history
  • Loading branch information
aaime committed Oct 18, 2023
1 parent 970b149 commit 6776d90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ public int compress(byte[] destData, int srcOffset, int srcLength,

@Override
public void done() {
deflater.reset();
deflater.end();
}
}

0 comments on commit 6776d90

Please sign in to comment.