fix parser leaks caused by croaking while shifting or reducing
authorDave Mitchell <davem@fdisolutions.com>
Wed, 13 Dec 2006 01:47:34 +0000 (01:47 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Wed, 13 Dec 2006 01:47:34 +0000 (01:47 +0000)
commit670f3923755f0c152f1bbc2d0a205d2d07284748
treed42b438c68d76a9ee818a4a30085cc0f2d3793a0
parent30994c59813138744bd35d43a2330cafe5893149
fix parser leaks caused by croaking while shifting or reducing
e.g. these no longer leak:
    eval q[my $x; local $x] while 1;
    eval q[$s = sub <> {}]  while 1;

p4raw-id: //depot/perl@29543
op.c
op.h
perly.c