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

Memory leaks #35

Open
nncarlson opened this issue Apr 27, 2024 · 0 comments
Open

Memory leaks #35

nncarlson opened this issue Apr 27, 2024 · 0 comments

Comments

@nncarlson
Copy link
Owner

Using valgrind to investigate #34 turned up some incidental memory leaks. These are mostly in the unit tests themselves, but parameter_list_json.F90 may leak memory (the partially built parameter list) when a parsing error is returned. None of these are particularly important, but it would be ideal to have everything completely clean.

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

No branches or pull requests

1 participant