Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Free mallocator for SIMIX actions on exit.
[simgrid.git] / src / simix / smx_global.c
index bcada4d..622d116 100644 (file)
@@ -150,6 +150,7 @@ void SIMIX_clean(void)
 
   surf_exit();
 
+  xbt_mallocator_free(simix_global->action_mallocator);
   xbt_free(simix_global);
   simix_global = NULL;