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

Finding memory leaks and marking things AutoCloseable #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

boulder-on
Copy link

This patch does not fix all of the memory leaks, but they are all identified in code and the objects are listed as AutoClosable. Overall this is a mitigation, not a fix. A fix would require re-architecting the Java API to not give out references to objects that require closing.

…s likely to leak (when used with try with resources)
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.

1 participant