Fix memory leaks
Compare changes
Files
41@@ -14,4 +14,9 @@ list(APPEND USER_APPS
\ No newline at end of file
After adding sanitizers, memory leaks were detected when running GridGeneratorTests. This merge fixes them.
There are some leaks remaining in VirtualFluids_GPUTests . See #94 (closed).
This merge includes a temporary fix for #85.