ozdemirda opened a new pull request, #392: URL: https://github.com/apache/qpid-proton/pull/392
If the delivery object is not settled on the sender side, the delivery object does not get returned to the pool of the link. I believe that this issue was missed, because the delivery objects in this specific example are not completely lost and they get freed when the connection is closed (Valgrind happily reports that all is good). Without the proposed fix, this code will mislead people and the code written based on this example will cause memory exhaustion in the long run. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org