Don't leak strings in merge declarations

Introduced by the reentrant scanner commit.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
master
Daniel Stone 2012-03-29 01:49:55 +01:00
parent aa9f2bf98d
commit 36b8771e1f
1 changed files with 1 additions and 0 deletions

View File

@ -337,6 +337,7 @@ Decl : OptMergeMode VarDecl
else {
$$= &IncludeCreate($2,$1)->common;
}
free($2);
}
;