-
Notifications
You must be signed in to change notification settings - Fork 87
add valgrind to CI #563
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
Comments
The following tests are showing memory leaks:
|
For case 12, this is the memory leak: my_file = json_file(root,verbose=.true.,real_format='G') Not sure if it's the assignment or the Is it a real bug, or just a gfortran bug with not calling the finalizers correctly? Assignments like |
All of them (except 50) have this same issue. |
jacobwilliams
added a commit
that referenced
this issue
Jun 1, 2024
These are causing memory leaks with gfortran See #563
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Maybe run valgrind in the CI to check for memory leaks.
The text was updated successfully, but these errors were encountered: