]> AND Public Git Repository - simgrid.git/blobdiff - examples/msg/mc/bugged1.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Protect --log=root.fmt flag with double quotes in tesh files
[simgrid.git] / examples / msg / mc / bugged1.c
index b83efd79b31b40cd98d87058a36d271ff394980d..38f90519e9524a9e8a980ecf13eca7c4b8e45289 100644 (file)
@@ -58,6 +58,8 @@ int main(int argc, char *argv[])
 
   MSG_main();
 
+  MSG_clean();
+
   return 0;
 
 }