-
Notifications
You must be signed in to change notification settings - Fork 133
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
Bugfix: Memory leaks #610
Bugfix: Memory leaks #610
Conversation
gardner48
commented
Dec 6, 2024
•
edited
Loading
edited
- Fix memory leak when attaching an H-Tol controller to MRIStep
- Fix memory leak / out of bound array access in Lagrange interpolation module
- Fix memory leaks in unit tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes all look good to me, but it would be nice if there existed a unit test to exercise the new "ownership" change for the adaptivity controller.
This is already covered by the current unit tests which fail when address sanitizers are enabled because the wrapper is leaked. |
Shorten ownership logic Co-authored-by: Steven Roberts <[email protected]>