yanglimingcn commented on issue #2792:
URL: https://github.com/apache/brpc/issues/2792#issuecomment-2436621645

   spans likes a tree,the memory will destoryed from root, see span.cpp
   void Span::destroy() {
       EndAsParent();
       traversal(this, [](Span* r) {
           r->_info.clear();
           butil::return_object(r);
       });
   }
   


-- 
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

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

Reply via email to