mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 21:03:04 +00:00
* src/print_graph.c (print_state): Fix.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user