Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use %zu for type size_t.
[simgrid.git] / src / simdag / sd_dotloader.c
index e198f62..60b9f75 100644 (file)
@@ -261,6 +261,7 @@ xbt_dynar_t SD_PTG_dotload(const char * filename)
 
   /* Free previous copy of the files */
   xbt_dict_free(&files);
+  xbt_dict_free(&computers);
   fclose(in_file);
   if (!acyclic_graph_detail(result)) {
     XBT_ERROR("The DOT described in %s is not a DAG. It contains a cycle.",