Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Promptly end() the Inflater in Turbine. This will more-eagerly releas…
…e memory allocated via JNI calls to zlib. See the API note on the Inflater javadoc: "To release resources used by this Inflater, the end() method should be called explicitly. Subclasses are responsible for the cleanup of resources acquired by the subclass." https://download.java.net/java/early_access/jdk24/docs/api/java.base/java/util/zip/Inflater.html PiperOrigin-RevId: 695900188
- Loading branch information