Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
get back cleanup erased in 4cebfd8
[simgrid.git] / src / msg / msg_process.c
index a14e882..70725e7 100644 (file)
@@ -53,6 +53,7 @@ void MSG_process_cleanup_from_SIMIX(smx_process_t smx_proc)
 
   // free the MSG process
   xbt_free(msg_proc);
+  SIMIX_process_cleanup(smx_proc);
 }
 
 /* This function creates a MSG process. It has the prototype enforced by SIMIX_function_register_process_create */