You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using valgrind to investigate #34 turned up some incidental memory leaks. These are mostly in the unit tests themselves, but parameter_list_json.F90may 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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: