Skip to content

Restart fixes

Matthieu Schaller requested to merge restart_fixes into master

Fixes #645 (closed).

  • Free all the physics structures allocated by engine_restore() in engine_clean() to fix the (harmless) leaks.
  • Free the file names of restart files even when not in MPI mode.
Edited by Matthieu Schaller

Merge request reports