Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
oups
[simgrid.git] / examples / simdag / dot / dot_test2.c
index b9baad1..b893634 100644 (file)
@@ -49,9 +49,6 @@ int main(int argc, char **argv)
       ("----------------------------- dump tasks again ------------------------------------");
   while ((task=dot_as_array[cursor++])){
     SD_task_dump(task);
-  }
-
-  xbt_dynar_foreach(dot, cursor, task) {
     SD_task_destroy(task);
   }