Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
attempt to plug all leaks for simdag.
[simgrid.git] / examples / simdag / dag-dotload / sd_dag-dotload.c
index 24d94fe..11260d9 100644 (file)
@@ -73,8 +73,7 @@ int main(int argc, char **argv)
   xbt_free(hosts);
 
   XBT_INFO("------------------- Run the schedule ---------------------------");
-  xbt_dynar_t changed_tasks = SD_simulate(-1);
-  xbt_dynar_free(&changed_tasks);
+  SD_simulate(-1);
 
   XBT_INFO("------------------- Produce the trace file---------------------------");
   XBT_INFO("Producing the trace of the run into %s", basename(tracefilename));