Fix memory leak.

* src/output.c (prepare_rules): Free temporary array.
This commit is contained in:
Joel E. Denny
2010-10-31 21:26:22 -04:00
parent 34db451c37
commit 71431084d1
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2010-10-31 Joel E. Denny <joeldenny@joeldenny.org>
Fix memory leak.
* src/output.c (prepare_rules): Free temporary array.
2010-10-31 Joel E. Denny <joeldenny@joeldenny.org>
yysyntax_error: improve invocation readability.