maskit commented on code in PR #9336:
URL: https://github.com/apache/trafficserver/pull/9336#discussion_r1092460687
##########
proxy/http3/Http3Session.cc:
##########
@@ -55,6 +55,7 @@ void
HQSession::remove_transaction(HQTransaction *trans)
{
this->_transaction_list.remove(trans);
+ delete trans;
Review Comment:
This is fine, but I wonder why it leaks. Because all transactions in
_transaction_list are deleted in the destructor of HQSession. See #9346
--
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]