Fix memory leak in ReceivedMessageQueue#7963
Conversation
|
/approve |
|
@SeaRise: It seems you want to merge this PR, I will help you trigger all the tests: /run-all-tests
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SeaRise, yibin87 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/run-all-tests |
|
/rebuild |
|
/run-integration-test |
What problem does this PR solve?
Issue Number: close #7951
Problem Summary:
What is changed and how it works?
The root cause is object stored in
PODArraymust be POD object, and clearlyLooseBoundedMessageQueueis not a POD objectCheck List
Tests
Side effects
Documentation
Release note