Skip to content

Commit

Permalink
ZipDeflateCompressor leaks native resources #291
Browse files Browse the repository at this point in the history
  • Loading branch information
aaime committed Oct 20, 2023
1 parent 6ea37d4 commit cc9b5a9
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 cc9b5a9

Please sign in to comment.