Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics: handle exception inside exception handler.
[simgrid.git] / testsuite / xbt / graphxml_usage.c
index 7839cd7..e3927e2 100644 (file)
@@ -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__