From: etortilopez Date: Mon, 18 Aug 2014 15:49:49 +0000 (+0200) Subject: get back cleanup erased in 4cebfd8 X-Git-Tag: v3_12~850^2~12^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2e185540fa6bda4bb82e96a881508c7b81152629?hp=e2d72ea4851a108ca87a7f3294431a9141317b25;ds=sidebyside get back cleanup erased in 4cebfd8 --- 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 */