Skip to content
Snippets Groups Projects

Fix memory leaks

Merged Anna Wellmann requested to merge m.schoenherr/VirtualFluids_dev:fixMemoryBugs into develop
41 files
+ 292
317
Compare changes
  • Side-by-side
  • Inline
Files
41
@@ -14,4 +14,9 @@ list(APPEND USER_APPS
"${GPU_APP}DrivenCavityMultiGPU"
"${GPU_APP}SphereScaling"
# "${GPU_APP}MusselOyster"
)
\ No newline at end of file
)
# add_compile_options(-fsanitize=address)
# add_link_options(-fsanitize=address)
# add_compile_options(-fsanitize=undefined)
# add_link_options(-fsanitize=undefined)
Loading