diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2006-12-11 00:48:06 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2006-12-11 00:48:06 +0000 |
commit | 718a7425915fd79f2939210d3d2e5741c7fc47e1 (patch) | |
tree | 7bad6e3ac50a724c8641f6276ef85cdc01596142 /perly.h | |
parent | a1cac82e623c5bbb331e6465011c5b46dfbfc277 (diff) | |
download | perl-718a7425915fd79f2939210d3d2e5741c7fc47e1.tar.gz |
fix eval qw(BEGIN{die}) style leaks (second attempt).
Repeat of change #28319 (backed out by change #28720), this time
freeing ops using the right pad. Also backs out the remempad
parser addition from change #29501; instead a new auxiliary
paser stack is added, which records the current value of
PL_comppad for every state.
p4raw-link: @29501 on //depot/perl: 2af555bf3f2b3ca8e114df3f5f680d40bd24d6bf
p4raw-link: @28720 on //depot/perl: c86b7e916b443ee192c5638ad9d077ad4e244713
p4raw-link: @28319 on //depot/perl: eb7d7d25d2f780edcbedc124a5bdca0d53ad8687
p4raw-id: //depot/perl@29504
Diffstat (limited to 'perly.h')
-rw-r--r-- | perly.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -192,7 +192,6 @@ typedef union YYSTYPE char *pval; OP *opval; GV *gvval; - AV* padval; #ifdef PERL_IN_MADLY_C TOKEN* p_tkval; TOKEN* i_tkval; |