chenBright commented on issue #2164:
URL: https://github.com/apache/brpc/issues/2164#issuecomment-2572497502
代码里使用LSan注解页可以忽略:
```c++
brpc::Server server;
{
ANNOTATE_SCOPED_MEMORY_LEAK;
server.Start(...);
}
```
--
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]