RT for rt.cpan.org
Skip Menu
|
Bug #132627 for Hash-Merge: object-based interface has a memory leak
Active bugs
Resolved bugs
Rejected bugs
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)
History
Show all quoted text
Fri May 15 09:06:03 2020
MITHALDU [...] cpan.org - Ticket created
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;'
Sat May 16 07:54:31 2020
MITHALDU [...] cpan.org - Correspondence added
I've created a fix + test in this pull request:
https://github.com/perl5-utils/Hash-Merge/pull/9
Thu Jul 09 12:10:08 2020
HERMES [...] cpan.org - Correspondence added
Hi, Thank you for pointing this out. I uploaded Hash::Merge version 0.301 which includes your fix. Best regeards Stefan
Thu Jul 09 12:10:09 2020
The RT System itself - Status changed from 'new' to 'open'
Thu Jul 09 12:10:10 2020
HERMES [...] cpan.org - Status changed from 'open' to 'patched'
Thu Jul 09 13:44:11 2020
MITHALDU [...] cpan.org - Correspondence added
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. :)