[rabbitmq-discuss] rabbitmq-c memory leak?

Dushin Fred fred at dushin.net
Wed Apr 9 23:17:57 BST 2014


That works for me, too.  Thanks, Abhay.

Alan, would you like a pull request?  Is there a timeline for folding this an the other recent fixes into master?  Anything I can do to help expedite?

-Fred

On Apr 9, 2014, at 4:54 AM, Abhay Rajure <arajure at gmail.com> wrote:

> Try this --
> 
> In File SimpleAmqpClient/src/ChannelImpl.cpp,
> call amqp_maybe_release_buffers_on_channel() in ReturnChannel().
> 
> void ChannelImpl::ReturnChannel(amqp_chanel_t channel)
> {
>   +amqp_maybe_release_buffers_on_channel(m_connection, channel);
>    m_free_channels.push(channel);
> }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140409/92e78278/attachment.html>


More information about the rabbitmq-discuss mailing list