X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/39cda11a085bba2828c68949e31861204ec40b18..3964cfe4b13a71557c87e781fd011502ab50b4b5:/testsuite/xbt/graphxml_usage.c diff --git a/testsuite/xbt/graphxml_usage.c b/testsuite/xbt/graphxml_usage.c index 7839cd796c..e3927e28d8 100644 --- a/testsuite/xbt/graphxml_usage.c +++ b/testsuite/xbt/graphxml_usage.c @@ -154,7 +154,7 @@ void test(char *graph_file) } xbt_graph_free_graph(graph, free_label, NULL, NULL); - xbt_graph_parse_lex_destroy(); + } #ifdef __BORLANDC__