]> git.saurik.com Git - bison.git/blobdiff - src/main.c
* src/scan-gram.l: Complete the scanner with the missing patterns
[bison.git] / src / main.c
index 9cdd581811a6392ce62f21088a57e7c3cbb0c8d7..2eb8f1500a7e3bf0cfdc4f44c76ad2ec4ef28950 100644 (file)
@@ -110,6 +110,10 @@ main (int argc, char *argv[])
   free_nullable ();
   free_derives ();
   grammar_free ();
+
+  /* The scanner memory cannot be released right after parsing, as it
+     contains things such as user actions, prologue, epilogue etc.  */
+  scanner_free ();
   muscle_free ();
   /* If using alloca.c, flush the alloca'ed memory for the benefit of
      people running Bison as a library in IDEs.  */