Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mem leak --
[simgrid.git] / src / simdag / sd_dotloader.c
index e198f62aa3d63d8aac16e7d6af255ea017d8414e..60b9f7517f836c9a602b4e83c61255156689ad55 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);
 
   /* 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.",
   fclose(in_file);
   if (!acyclic_graph_detail(result)) {
     XBT_ERROR("The DOT described in %s is not a DAG. It contains a cycle.",