X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1cbf45bd6ba6b0935c15e5b783ca6ec65a1e49cc..a57d8d507653b5c412c4ac94c1634b9c0f6278e4:/src/msg/global.c diff --git a/src/msg/global.c b/src/msg/global.c index 454fea7db8..9325a30bee 100644 --- a/src/msg/global.c +++ b/src/msg/global.c @@ -208,6 +208,9 @@ MSG_error_t MSG_clean(void) /* cleanup all resources in the mailbox module */ MSG_mailbox_mod_exit(); + /* initialization of the action module */ + _MSG_action_exit(); + SIMIX_clean(); return MSG_OK;