bryancall opened a new pull request, #13027: URL: https://github.com/apache/trafficserver/pull/13027
## Summary - Fix `NetAccept` memory leak in `stop_accept()` — delete objects after stopping - Fix memory leak of HTTP acceptor objects at shutdown — delete `HttpProxyAcceptors`, `plugin_http_accept`, and `plugin_http_transparent_accept` - Fix `AIOCallback` memory leak for API-originated AIO ops — track with `from_api` flag and delete after completion (and on error path) Found via ASAN-enabled autest runs on Fedora 43. ## Test plan - [x] Built with `ENABLE_ASAN=ON` and ran full autest suite — no new LSAN reports for these symbols - [ ] CI -- 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]
