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