Skip Menu |

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

Report information
The Basics
Id: 59422
Status: resolved
Priority: 0/
Queue: Algorithm-AhoCorasick

People
Owner: Nobody in particular
Requestors: dekimsey [...] gmail.com
Cc:
AdminCc:

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



Subject: memory leak issue in SearchMachine
I noticed this issue in a persistent process I have that was massively spiraling out of control. The issue is that the tree structure that SearchMachine builds has circular references and cannot be destroyed by Perl. I have pushed a fix and an appropriate test to my Github account. http://github.com/dekimsey/Algorithm-AhoCorasick/commits/0.02_1
Fix released as Algorithm-AhoCorasick 0.03 - thanks a lot for the report.