X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a8cd62135619ad52e05ae1c929ef07e166e4260..996ff4a9b3cad349b4dc4d787a439a4b274e3e36:/examples/simdag/sd_test.c diff --git a/examples/simdag/sd_test.c b/examples/simdag/sd_test.c index becdeefd34..0f4220f510 100644 --- a/examples/simdag/sd_test.c +++ b/examples/simdag/sd_test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2006-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -6,7 +6,7 @@ #include #include -#include "simdag/simdag.h" +#include "simgrid/simdag.h" #include "xbt/ex.h" #include "xbt/log.h" @@ -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);