traeak commented on pull request #8479:
URL: https://github.com/apache/trafficserver/pull/8479#issuecomment-956226424
In tracing through the code the one thing possibly not handled is
netevent->free(ethread).
So the code could look like:
```
if (nullptr != nh) {
nh->free_netevent(this);
} else {
this->free(t);
}
```
--
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]