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

Call ReleaseByteArrayElements even when handling of socket_path fails… #13435

Merged
merged 1 commit into from Jun 13, 2023

Conversation

normanmaurer
Copy link
Member

… to fix small mem leak

Motivation:

We need to ensure we always call ReleaseByteArrayElements otherwise we leak memory.

Modifications:

Always call ReleaseByteArrayElements even when validation / handling of socket_path fails

Result:

Fix possible small memory leak

… to fix small mem leak

Motivation:

We need to ensure we always call ReleaseByteArrayElements otherwise we leak memory.

Modifications:

Always call ReleaseByteArrayElements even when validation / handling of socket_path fails

Result:

Fix possible small memory leak
@normanmaurer normanmaurer merged commit bdb7873 into 4.1 Jun 13, 2023
14 checks passed
@normanmaurer normanmaurer deleted the release_on_domain_socket branch June 13, 2023 06:42
@normanmaurer normanmaurer added this to the 4.1.94.Final milestone Jun 13, 2023
normanmaurer added a commit that referenced this pull request Jun 13, 2023
#13435)

… to fix small mem leak

Motivation:

We need to ensure we always call ReleaseByteArrayElements otherwise we
leak memory.

Modifications:

Always call ReleaseByteArrayElements even when validation / handling of
socket_path fails

Result:

Fix possible small memory leak
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.

None yet

2 participants