X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/39cda11a085bba2828c68949e31861204ec40b18..779e0e58a8ec8674bef9f53c0f80ea021a4f5063:/src/xbt/graph.c?ds=sidebyside diff --git a/src/xbt/graph.c b/src/xbt/graph.c index 9067b1a2dc..8fdec17743 100644 --- a/src/xbt/graph.c +++ b/src/xbt/graph.c @@ -159,7 +159,7 @@ void xbt_graph_free_graph(xbt_graph_t g, if (graph_free_function) (*graph_free_function) (g->data); free(g); - + xbt_graph_parse_lex_destroy(); return; }