Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Sorry need to be call here for compile warning.
[simgrid.git] / src / xbt / graph.c
index 9067b1a..8fdec17 100644 (file)
@@ -159,7 +159,7 @@ void xbt_graph_free_graph(xbt_graph_t g,
   if (graph_free_function)
     (*graph_free_function) (g->data);
   free(g);
   if (graph_free_function)
     (*graph_free_function) (g->data);
   free(g);
-
+  xbt_graph_parse_lex_destroy();
   return;
 }
 
   return;
 }