Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
xbt_dynar_to_array now destroys the dynar. The caller is now only responsible of...
[simgrid.git] / examples / simdag / dot / dot_test2.c
index fd52e8f..3ab168a 100644 (file)
@@ -55,7 +55,7 @@ int main(int argc, char **argv)
     SD_task_destroy(task);
   }
 
-  xbt_dynar_free_container(&dot);
+  free(&dot_as_array);
 
   /* exit */
   SD_exit();