kgiusti commented on a change in pull request #1515:
URL: https://github.com/apache/qpid-dispatch/pull/1515#discussion_r807284854
##########
File path: include/qpid/dispatch/amqp.h
##########
@@ -19,6 +19,8 @@
* under the License.
Review comment:
@jiridanek ouch. No, this triggered because there's a message leak
somewhere in the system (see DISPATCH-1699). This patch adds a new string
field to the message structure. When the message is freed this string is
freed, so now when we leak a message this string leaks with it.
While we suppress the message leak itself, this new string is separate and
needs it's own suppression.
I'll see if I can narrow the suppression to the
qd_message_set_to_override_annotation call....
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]