Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines with new year.
[simgrid.git] / teshsuite / simdag / basic6 / basic6.c
index bfb1998..7d42df7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2012, 2014-2015. The SimGrid Team.
+/* Copyright (c) 2007-2020. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -42,9 +42,9 @@ int main(int argc, char **argv)
              xbt_dynar_length(ret));
   SD_task_destroy(taskA);
   SD_task_destroy(taskB);
+  xbt_dynar_free(&ret);
 
   XBT_INFO("Simulation time: %f", SD_get_clock());
 
-  SD_exit();
   return 0;
 }