* src/print_graph.c (print_state): Fix.

This commit is contained in:
Marc Autret
2001-08-28 11:33:36 +00:00
parent 19553c4e06
commit 2b8ce46775
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2001-08-28 Marc Autret <autret_m@epita.fr>
* src/print_graph.c (print_state): Fix.
2001-08-27 Marc Autret <autret_m@epita.fr>
* src/vcg.h (classname_s, infoname_s, node_s): Constify the

View File

@@ -253,7 +253,7 @@ print_state (int state)
obstack_grow (&graph_obstack,
obstack_base (&node_obstack),
obs_size);
obstack_finish (&node_obstack);
obstack_free (&node_obstack, 0);
}
}