Skip Menu |

This queue is for tickets about the Safe CPAN distribution.

Report information
The Basics
Id: 21549
Status: new
Priority: 0/
Queue: Safe

People
Owner: Nobody in particular
Requestors: daniel.frett [...] ccci.org
Cc:
AdminCc:

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



Subject: Memory Leak when using namespaces within a Safe
Date: Mon, 18 Sep 2006 12:10:44 -0400
To: <bug-Safe [...] rt.cpan.org>
From: "Daniel Frett" <Daniel.Frett [...] ccci.org>

Message body is not shown because sender requested not to inline it.

Whenever a sub-namespace is accessed within a Safe it will cause a leak when the Safe is destroyed because the destroy method doesn't iterate into the sub-namespaces. Attached is some code that illustrates the leak. -Daniel Frett