Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add another SMPI bugged example to test the MC.
[simgrid.git] / examples / msg / mc / bugged1.c
index b83efd7..38f9051 100644 (file)
@@ -58,6 +58,8 @@ int main(int argc, char *argv[])
 
   MSG_main();
 
+  MSG_clean();
+
   return 0;
 
 }