]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* tests/cxx-type.at: Construct a tree, count the parents of shared
[bison.git] / ChangeLog
index a20323984c9e6b234ddbe86b0eccc27ed88e828d..4bcf0a31cdd005a8a6f8b09117a2b87d82e75e71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-12-21  Joel E. Denny  <address@hidden>
+
+       * tests/cxx-type.at: Construct a tree, count the parents of shared
+       nodes, and free each node once and only once.  Previously, the memory
+       for semantic values was leaked instead.
+
 2005-12-21  Joel E. Denny  <address@hidden>
 
        * data/glr.c (struct yyGLRStack): If pure, add yyval and yyloc members.