Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change verbosity of debug messages
[simgrid.git] / src / msg / msg_process.c
index a14e8828be6af9f972e5e5c680bb909f85dc165b..70725e7341e354870c60f5c7d1dcbe368f6a5d6b 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 */