From: Theophile Ranquet Date: Fri, 9 Nov 2012 16:40:45 +0000 (+0000) Subject: graph: fix a memory leak X-Git-Tag: v2.6.90~40 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/ccda5c9eacfd97f0064c8d6102d3c5f06cb541c1?ds=sidebyside graph: fix a memory leak * src/graphviz.c (output_red): Here. --- diff --git a/src/graphviz.c b/src/graphviz.c index 3ae0b546..ec102a49 100644 --- a/src/graphviz.c +++ b/src/graphviz.c @@ -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