X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/aa7815f5c6e8e07a85e47df9cd7b579468969efb..490abf53b1391c2bc49564bff71ac400880323ad:/src/symtab.c diff --git a/src/symtab.c b/src/symtab.c index 84479da2..6e5d5ea9 100644 --- a/src/symtab.c +++ b/src/symtab.c @@ -20,7 +20,6 @@ #include "system.h" -#include "xalloc.h" #include "symtab.h" #include "gram.h" @@ -143,6 +142,7 @@ free_symtab (void) if (bp->type_name) XFREE (bp->type_name); #endif + XFREE (bp->tag); XFREE (bp); bp = bptmp; }