X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9190f3e7262f23d5d962c96221f2f42401a30276..7ba81a101f5df0036f9d88a8c72d021a8d3ec69f:/src/main.c?ds=sidebyside diff --git a/src/main.c b/src/main.c index 6e7a87c0..60322cf3 100644 --- a/src/main.c +++ b/src/main.c @@ -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 ();