mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
graph: fix a memory leak
* src/graphviz.c (output_red): Here.
This commit is contained in:
committed by
Akim Demaille
parent
9c16d39944
commit
ccda5c9eac
@@ -204,6 +204,7 @@ output_red (state const *s, reductions const *reds, FILE *fout)
|
||||
}
|
||||
obstack_free (&eout, 0);
|
||||
obstack_free (&dout, 0);
|
||||
bitset_free (no_reduce_set);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user