]> git.saurik.com Git - bison.git/blobdiff - src/symtab.c
Merge in branch-1_29.
[bison.git] / src / symtab.c
index 84479da216b8c9b8e6cbad6a4e14897cc3e4d025..6e5d5ea9b7f13acccb4a50b00e37a44cb29df5ed 100644 (file)
@@ -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;
        }