[libanyevent-rabbitmq-perl] 50/151: Another GD fix

Damyan Ivanov dmn at moszumanska.debian.org
Thu Jan 16 11:03:03 UTC 2014


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

dmn pushed a commit to annotated tag debian/1.12-1
in repository libanyevent-rabbitmq-perl.

commit 9eda23783012b08378088e71baca217aac836630
Author: Tomas Doran (t0m) <t0m at state51.co.uk>
Date:   Thu Mar 25 18:30:24 2010 +0000

    Another GD fix
---
 lib/AnyEvent/RabbitMQ.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/AnyEvent/RabbitMQ.pm b/lib/AnyEvent/RabbitMQ.pm
index 38015a4..1319dfc 100644
--- a/lib/AnyEvent/RabbitMQ.pm
+++ b/lib/AnyEvent/RabbitMQ.pm
@@ -395,6 +395,7 @@ sub _push_read_and_valid {
         $failure_cb->('Unknown channel id: ' . $id);
     }
 
+    return unless $queue; # Can go away in global destruction..
     $queue->get(sub {
         my $frame = shift;
 

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



More information about the Pkg-perl-cvs-commits mailing list