omniti-labs / Net--RabbitMQ

Perl bindings to the librabbitmq-c AMQP library.
Other
25 stars 18 forks source link

Net::RabbitMQ leaks callbacks #33

Open tazle opened 11 years ago

tazle commented 11 years ago

net_rabbitmq_basic_return increases refcount on the callback passed in, but nothing ever decreases it.