POPSUB() gave up the refcount to the CV before LEAVE had a chance to
authorGurusamy Sarathy <gsar@cpan.org>
Sat, 9 Oct 1999 00:41:02 +0000 (00:41 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sat, 9 Oct 1999 00:41:02 +0000 (00:41 +0000)
commitb0d9ce3858aa1d5f16f24f50ca1172e6eb75fcd9
treea7de3bee889a19e08ea369636a8e8b53b0bacb28
parenta8bba7fac320f0a7f553e9a133cddd65ef2a66c7
POPSUB() gave up the refcount to the CV before LEAVE had a chance to
clear entries in the CV's pad, leading to coredumps when CV had no
other references to it; this is a slightly edited version of the
patch suggested by Russel O'Connor <roconnor@world.std.com>

p4raw-id: //depot/perl@4321
cop.h
pp_ctl.c
pp_hot.c