Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Platform generation: add a master/slave example using a generated platform
[simgrid.git] / examples / msg / masterslave / masterslave_console.c
index ecefae1..d49df00 100644 (file)
@@ -131,7 +131,6 @@ int main(int argc, char *argv[])
     exit(1);
   }
   res = test_all(argv[1]);
-  MSG_clean();
 
   if (res == MSG_OK)
     return 0;