Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Deprecate MSG_clean
[simgrid.git] / examples / msg / masterslave / masterslave_bypass.c
index 95bc507..41cb1f8 100644 (file)
@@ -283,7 +283,6 @@ int main(int argc, char *argv[])
 
   MSG_init(&argc, argv);
   res = test_all();
-  MSG_clean();
 
   if (res == MSG_OK)
     return 0;