Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
have waitall output an error if an issue is encountered in any comm, and avoid loopin...
[simgrid.git] / examples / msg / tracing / link_user_variables.c
index 15db60efc1865b711712f0f71c3454e7b00c3b8d..46af714f966f81a961d6fc06c995a15f7390e42b 100644 (file)
@@ -87,6 +87,5 @@ int main(int argc, char *argv[])
   MSG_launch_application(deployment_file);
 
   MSG_main();
-  MSG_clean();
   return 0;
 }