This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository carton.

commit bb3ce1e8d324c0ad2b9702432ddb78f7c90c745a
Author: Tatsuhiko Miyagawa <miyag...@bulknews.net>
Date:   Wed Jul 24 08:06:21 2013 -0700

    undef dumper to avoid leaks
---
 lib/Carton/Tree.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Carton/Tree.pm b/lib/Carton/Tree.pm
index b6664d4..4d03555 100644
--- a/lib/Carton/Tree.pm
+++ b/lib/Carton/Tree.pm
@@ -27,6 +27,7 @@ sub walk_down {
     };
 
     $dumper->(undef, $self->cpanfile->requirements, 0, {});
+    undef $dumper;
 }
 
 sub dependency_for {

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/carton.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to