live4thee opened a new issue, #2724: URL: https://github.com/apache/brpc/issues/2724
**Describe the bug (描述bug)** When using `butil::ObjectPoolAllocator` to construct `butil::MPSCQueue`. The returned pointer will be accidentally saved in a object pool of void pointers. **To Reproduce (复现方法)** Construct `butil::MPSCQueue` with `butil::ObjectPoolAllocator`, and check memory consumption. **Expected behavior (期望行为)** No memory leak. **Versions (各种版本)** OS: ALL supported OS. Compiler: ALL supported compiler. brpc: bRPC version after MPSQ was introduced. protobuf: ALL supported version. **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: dev-unsubscr...@brpc.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org