]> git.saurik.com Git - bison.git/commitdiff
* src/print_graph.c (print_state): Fix.
authorMarc Autret <autret_m@epita.fr>
Tue, 28 Aug 2001 11:33:36 +0000 (11:33 +0000)
committerMarc Autret <autret_m@epita.fr>
Tue, 28 Aug 2001 11:33:36 +0000 (11:33 +0000)
ChangeLog
src/print_graph.c

index f59a70bde99db0706ea6493b2760dfc030a4dcd4..7a2d2e9003bf5bf14e325a75b28cd6b55f40f435 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-28  Marc Autret  <autret_m@epita.fr>
+
+       * src/print_graph.c (print_state): Fix.
+
 2001-08-27  Marc Autret  <autret_m@epita.fr>
 
        * src/vcg.h (classname_s, infoname_s, node_s): Constify the 
index c2067744a95a27e16a7d1b88a39562dc275c96fc..d5fc18359603575771963445a3cd1901cf0b2b69 100644 (file)
@@ -253,7 +253,7 @@ print_state (int state)
     obstack_grow (&graph_obstack, 
                  obstack_base (&node_obstack), 
                  obs_size);
-    obstack_finish (&node_obstack);
+    obstack_free (&node_obstack, 0);
   }
 }
 \f