Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
For next_stable, when compiling with -fsanitize=leak a number of tests fail because they leak memory. While this is not critical for correct behavior, it does mean that any clients that are trying to fix memory leaks will get many false positives from libraries that they don't control.
We may also want to add in a github action for this to make sure that memory is cleaned up appropriately.