Skip Menu |

This queue is for tickets about the Algorithm-Permute CPAN distribution.

Report information
The Basics
Id: 126027
Status: new
Priority: 0/
Queue: Algorithm-Permute

People
Owner: Nobody in particular
Requestors: justincase [...] yopmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Memory leak
This module uses the same code for the callback style interface as Algorithm::FastPermute, so it also exhibits this same memory leak: https://rt.cpan.org/Public/Bug/Display.html?id=108635 It can be resolved by placing the call to MULTICALL in a pseudoblock, i.e. enclosing it in ENTER/LEAVE.