Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
On the fly parsing of the actions file. One idle process can still force the whole...
[simgrid.git] / src / msg / global.c
index 454fea7..9325a30 100644 (file)
@@ -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;