Mon Sep 18 12:40:19 2006daniel.frett [...] ccci.org - Ticket created
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