Subject: | apply leaks memory |
The XS implementation of apply leaks memory on perl 5.10.1.
Here is a simple loop that you don't want to leave running:
use List::MoreUtils qw(apply);
while (1) {
apply { } (1);
}
This queue is for tickets about the List-MoreUtils CPAN distribution.
The Basics
People
|
Bug Information
|