mjwtom opened a new issue, #3186:
URL: https://github.com/apache/brpc/issues/3186
**Describe the bug**
1、mpsc_queue.h 这里的if 判断写反了,有内存泄露
if (!node->next) {
ReverseList(node);
}
2、stack_count_map;没有调用init函数
struct BlockInfo {
int64_t ref{0};
StackCountMap stack_count_map;
};
**To Reproduce**
**Expected behavior**
**Versions**
OS:
Compiler:
brpc:
protobuf:
**Additional context/screenshots**
--
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]