in reply to Re^2: Massive memory leak (AS 810)
in thread Massive memory leak (AS 810)

It looks like this bug has been fixed with List::Util 1.14_1.

Interestingly, it was fixed by removing the call to SvREFCNT_inc(cv), and adding a LEAVESUB(cv) at the end of first() and reduce() subs. Can anyone shed some light on the reason why this works?

https://rt.perl.org/rt3/Ticket/Display.html?id=34267
(perl.org credentials required)

Replies are listed 'Best First'.
Re^4: Massive memory leak (AS 810)
by bmann (Priest) on Mar 01, 2005 at 22:08 UTC
    https://rt.perl.org/rt3/Ticket/Display.html?id=34267 (perl.org credentials required)

    Username "guest" and password "guest" will allow anyone to look at but not touch a bug report on rt.perl.org.