Skip Menu |

This queue is for tickets about the Hash-Merge CPAN distribution.

Report information
The Basics
Id: 132627
Status: patched
Priority: 0/
Queue: Hash-Merge

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

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



Subject: object-based interface has a memory leak
To reproduce the leak, run this oneliner: perl -e 'use Hash::Merge; Hash::Merge->new("LEFT_PRECEDENT") until 0;'
I've created a fix + test in this pull request: https://github.com/perl5-utils/Hash-Merge/pull/9
Hi, Thank you for pointing this out. I uploaded Hash::Merge version 0.301 which includes your fix. Best regeards Stefan
On Thu Jul 09 18:10:08 2020, HERMES wrote: Show quoted text
> Hi, > > Thank you for pointing this out. > > I uploaded Hash::Merge version 0.301 which includes your fix. > > Best regeards > Stefan
Excellent, thank you very much. :)