]> git.saurik.com Git - bison.git/blobdiff - src/main.c
Use hash.h for the state hash table.
[bison.git] / src / main.c
index 2eb8f1500a7e3bf0cfdc4f44c76ad2ec4ef28950..c5f78d10e54794c41f9ac9ffd47374c90dc99702 100644 (file)
@@ -105,6 +105,7 @@ main (int argc, char *argv[])
   /* Output the tables and the parser to ftable.  In file output.  */
   output ();
 
+  states_free ();
   reduce_free ();
   conflicts_free ();
   free_nullable ();