]> git.saurik.com Git - bison.git/blobdiff - src/main.c
* src/system.h: Include `xalloc.h'.
[bison.git] / src / main.c
index 6e7a87c0f333fdcd6850c6ca7e264a52a1c05223..60322cf350ded3ed5aaefdc1d89fb77a2140d169 100644 (file)
@@ -102,6 +102,8 @@ main (int argc, char *argv[])
   /* Free the symbol table data structure.  */
   free_symtab ();
 
+  lex_free ();
+
   /* Close the input files. */
   close_files ();