Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
get back cleanup erased in 4cebfd8
authoretortilopez <ruben-ezequiel.torti-lopez@inria.fr>
Mon, 18 Aug 2014 15:49:49 +0000 (17:49 +0200)
committeretortilopez <ruben-ezequiel.torti-lopez@inria.fr>
Mon, 18 Aug 2014 15:49:49 +0000 (17:49 +0200)
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);
 
   // 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 */
 }
 
 /* This function creates a MSG process. It has the prototype enforced by SIMIX_function_register_process_create */