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