summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTheophile Ranquet <ranquet@lrde.epita.fr>2012-11-09 16:40:45 +0000
committerAkim Demaille <akim@lrde.epita.fr>2012-11-12 16:45:09 +0100
commitccda5c9eacfd97f0064c8d6102d3c5f06cb541c1 (patch)
tree667df6df5435b39f40c6f44e039aec1347c51809 /src
parent9c16d39944f2083dde29e364c1f61aebae6f2643 (diff)
downloadbison-ccda5c9eacfd97f0064c8d6102d3c5f06cb541c1.tar.gz
graph: fix a memory leak
* src/graphviz.c (output_red): Here.
Diffstat (limited to 'src')
-rw-r--r--src/graphviz.c1
1 files changed, 1 insertions, 0 deletions
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