* 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.
This commit is contained in:
Akim Demaille
2005-12-21 15:45:17 +00:00
parent d6cff4dc6f
commit 2c3b392a9a
2 changed files with 119 additions and 22 deletions

View File

@@ -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.