Skip Menu |

This queue is for tickets about the AnyEvent-RabbitMQ CPAN distribution.

Report information
The Basics
Id: 71730
Status: resolved
Priority: 0/
Queue: AnyEvent-RabbitMQ

People
Owner: Nobody in particular
Requestors: chip [...] pobox.com
Cc:
AdminCc:

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



Subject: [PATCH] Memory leak on every received message body
Every body callback contains a memory leak due to a sub ref that should have been weakened. Patch: https://github.com/chipdude/AnyEvent- RabbitMQ/commit/b15bd3de4a6b696c51bd44ea7c1b080aa7477628
This was fixed in the latest release (I believe).