Skip Menu |

This queue is for tickets about the Search-WuManber CPAN distribution.

Report information
The Basics
Id: 120299
Status: new
Priority: 0/
Queue: Search-WuManber

People
Owner: Nobody in particular
Requestors: bkb [...] cpan.org
Cc:
AdminCc:

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



Subject: Suggest making struct WuManber into an object
Looking at the code, there are quite a few memory leaks. I'd like to suggest changing the struct WuManber into a Search::WuManber object and handle the hash outside the XS code.
On Sun Feb 19 21:33:35 2017, BKB wrote: Show quoted text
> Looking at the code, there are quite a few memory leaks. I'd like to > suggest changing the struct WuManber into a Search::WuManber object > and handle the hash outside the XS code.
I've gone ahead and done these changes in a git repository here: https://github.com/benkasminbullock/search-wumanber/commits/master I hope this is useful.