Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix more memory leaks
[simgrid.git] / src / msg / msg_actions.c
index 685eaa8..6410d22 100644 (file)
@@ -98,6 +98,7 @@ static int MSG_action_runner(int argc, char *argv[])
       }
       xbt_dynar_free(&evt);
     }
+    fclose(fp);
 
   }
   return 0;