[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/6] graph: fix a memory leak
From: |
Theophile Ranquet |
Subject: |
[PATCH 3/6] graph: fix a memory leak |
Date: |
Mon, 12 Nov 2012 16:05:31 +0000 |
* src/graphviz.c (output_red): Here.
---
src/graphviz.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/graphviz.c b/src/graphviz.c
index 3ae0b54..ec102a4 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
--
1.7.11.4
- [PATCH 0/6] {maint} xslt and other improvements, Theophile Ranquet, 2012/11/12
- [PATCH 1/6] output: capitalize State, Theophile Ranquet, 2012/11/12
- [PATCH 2/6] xml: documentation, Theophile Ranquet, 2012/11/12
- [PATCH 3/6] graph: fix a memory leak,
Theophile Ranquet <=
- [PATCH 4/6] xml: factor xslt space template, Theophile Ranquet, 2012/11/12
- [PATCH 5/6] xml: match DOT output and xml2dot.xsl processing, Theophile Ranquet, 2012/11/12
- [PATCH 6/6] tests: close files in glr-regression, Theophile Ranquet, 2012/11/12
- Re: [PATCH 0/6] {maint} xslt and other improvements, Akim Demaille, 2012/11/12