commit | 8b55b2d9aa07060861f9e7bae53791cefd5d3743 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Wed Dec 05 22:10:44 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Wed Dec 05 22:10:44 2001 +0000 |
tree | 411bb6992635f32086d44bacbc2890ecc17d7b23 | |
parent | d761662b66133a6be86798235b206a0097446bbf [diff] |
Fix memory leak in the parser module: There were two leaks in parser_tuple2st() and a failure to propogate an error in build_node_children() (masking yet another leak, of course!). This closes SF bug #485133 (confirmed by Insure++).