X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e2d72ea4851a108ca87a7f3294431a9141317b25..2e185540fa6bda4bb82e96a881508c7b81152629:/src/msg/msg_process.c?ds=sidebyside diff --git a/src/msg/msg_process.c b/src/msg/msg_process.c index a14e8828be..70725e7341 100644 --- a/src/msg/msg_process.c +++ b/src/msg/msg_process.c @@ -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 */