]> granicus.if.org Git - python/commit
Fix memory leak in the parser module: There were two leaks in
authorFred Drake <fdrake@acm.org>
Wed, 5 Dec 2001 22:10:44 +0000 (22:10 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 5 Dec 2001 22:10:44 +0000 (22:10 +0000)
commit8b55b2d9aa07060861f9e7bae53791cefd5d3743
tree411bb6992635f32086d44bacbc2890ecc17d7b23
parentd761662b66133a6be86798235b206a0097446bbf
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++).
Modules/parsermodule.c