Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reclaim native memory quicker when using ZlibCompressor (#1285)
Reclaim native memory quicker by overriding close() on DeflaterOutputStream to invoke end() on the Deflater, since by supplying a deflater to the constructor of DeflaterOutputStream usesDefaultDeflater is set to false and therefore end() is not invoked in DeflaterOutputStream#close. JAVA-5280
- Loading branch information