Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert to tesh
[simgrid.git] / src / msg / global.c
index c45f951..c8ae395 100644 (file)
@@ -497,6 +497,7 @@ MSG_error_t MSG_clean(void)
   }
   msg_config_finalize();
   free(msg_global);
+  msg_global = NULL;
   surf_exit();
 
   return MSG_OK;