Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
woopsy, adapt MC to the previous change
[simgrid.git] / examples / simdag / sd_test.c
index caeee55..0f4220f 100644 (file)
@@ -197,8 +197,6 @@ int main(int argc, char **argv)
   xbt_assert(checkD == taskD &&
               checkB == taskB, "Unexpected simulation results");
 
-  xbt_dynar_free_container(&changed_tasks);
-
   XBT_DEBUG("Destroying tasks...");
 
   SD_task_destroy(taskA);