-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/29680/
-----------------------------------------------------------
Review request for qpid and Gordon Sim.
Bugs: QPID-6298
https://issues.apache.org/jira/browse/QPID-6298
Repository: qpid
Description
-------
Messaging example server.cpp creates a sender for each message it receives in
order to reply to the request's originator. After the sender is deleted it is
never freed and the server's memory usage grows unbounded.
Diffs
-----
trunk/qpid/cpp/src/qpid/messaging/amqp/ReceiverContext.cpp 1649611
trunk/qpid/cpp/src/qpid/messaging/amqp/SenderContext.cpp 1649611
Diff: https://reviews.apache.org/r/29680/diff/
Testing
-------
Passes normal self tests (except HA that 'never' passes).
Testing needs to be done to find the oldest version of proton on which this
patch works. Then that proton version needs to be set as the minimum required.
Thanks,
Chug Rolke