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

Fix memory leak in H5PL__find_plugin_in_path #23

Closed

Conversation

michaelkuhn
Copy link
Contributor

Since I could not find anything on the 1.12 branch, here is a backport of #16.

When encountering a directory, the current loop iteration was skipped without freeing the memory allocated for the path.

When encountering a directory, the current loop iteration was skipped
without freeing the memory allocated for the path.
@lrknox
Copy link
Collaborator

lrknox commented Oct 6, 2020

The test on Windows fails due to another problem in the hdf5_1_12 branch. The test won't pass until that is fixed. It should be fixed in a few days or so. We will add another comment at that time, and you can either update your fork with the changes or I can create a new PR..

@lrknox
Copy link
Collaborator

lrknox commented Oct 6, 2020

Actually, the change in this PR is also in PR #13. When hdf5_1_12 passes the code change will come in through that PR.

@lrknox
Copy link
Collaborator

lrknox commented Oct 7, 2020

This change will be merged as part of PR #28, along with changes to make the test pass.

Thanks!

@lrknox lrknox closed this Oct 7, 2020
vchoi-hdfgroup added a commit that referenced this pull request Jun 30, 2021
@bmribler bmribler mentioned this pull request Jul 2, 2023
mattjala added a commit to mattjala/hdf5 that referenced this pull request Dec 17, 2024
Fix typo in H5pubconf for multithread build
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.

2 participants