Skip Menu |

This queue is for tickets about the Text-ASCIITable CPAN distribution.

Report information
The Basics
Id: 14735
Status: resolved
Priority: 0/
Queue: Text-ASCIITable

People
Owner: Nobody in particular
Requestors: andy [...] hybridized.org
Cc:
AdminCc:

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



Subject: Memory leak: tie @{$self->{tiedarr}}, $self;
Just thought I'd also post this here in case you didn't get my email. :) We've had a small memory leak in Catalyst debug mode that I've traced to Text::ASCIITable. This line of code is the culprit: tie @{$self->{tiedarr}}, $self; Thanks, -Andy