shinrich opened a new pull request #8209:
URL: https://github.com/apache/trafficserver/pull/8209


   Clang-analyzer is complaining that the are calling the MutexTryLock 
destructor (which references the net handler's mutex) after destroying the 
netvc.   If the mutex's ref count went to zero, this would be a problem.  
Trying the free_netevent method to clean up instead.  That is what is used on 
the normal netvc cleanup path.  Perhaps the naked free() has a ref counting 
problem.


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


Reply via email to