Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promptly end() the Inflater in Turbine. This will more-eagerly release memory allocated via JNI calls to zlib. #354

Closed
wants to merge 0 commits into from

Conversation

copybara-service[bot]
Copy link

Promptly end() the Inflater in Turbine. This will more-eagerly release 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

@copybara-service copybara-service bot closed this Nov 13, 2024
@copybara-service copybara-service bot deleted the test_main_695900188 branch November 13, 2024 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants