Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Leaks -= 2;
[simgrid.git] / teshsuite / msg / host_on_off_processes / host_on_off_processes.c
index 9b5bcd2..52323c6 100644 (file)
@@ -230,6 +230,7 @@ int main(int argc, char *argv[])
   res = MSG_main();
 
   XBT_INFO("Simulation time %g", MSG_get_clock());
+  xbt_dynar_free(&tests);
 
   return res != MSG_OK;
 }