Fix leaks in List::Util::reduce,first
authorDave Mitchell <davem@fdisolutions.com>
Sat, 26 Feb 2005 00:47:03 +0000 (00:47 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Sat, 26 Feb 2005 00:47:03 +0000 (00:47 +0000)
commit49ce4d3149169150fd3bcc3a0a4e9505dd47ab5e
tree0b2ef739ee7d400b5428823204fccd6fa02eab3c
parent7205a85d1570b13acf2f59aa0811bf1eb6b3fc0e
Fix leaks in List::Util::reduce,first
When the block is a closure, the cloned CV created on each call
was never freed

p4raw-id: //depot/perl@23996
ext/List/Util/Util.xs
ext/List/Util/lib/Scalar/Util.pm