Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add --log option to token_ring.tesh
[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;
 
 }