* src/gram.c (gram_free): Rename back as...

(dummy): this.
(output_token_translations): Free `token_translations'.
* src/symtab.c (free_symtab): Free the tag field.
This commit is contained in:
Akim Demaille
2001-09-22 17:57:59 +00:00
parent ab6fbb02ad
commit c6e1f6235a
5 changed files with 24 additions and 15 deletions

View File

@@ -143,6 +143,7 @@ free_symtab (void)
if (bp->type_name)
XFREE (bp->type_name);
#endif
XFREE (bp->tag);
XFREE (bp);
bp = bptmp;
}