SolidWallOfCode commented on PR #9664: URL: https://github.com/apache/trafficserver/pull/9664#issuecomment-1532174826
That looks like a leak. I suspect we don't see it in the field because * Those structures are process static, so it's only "leaked" on process shutdown. * I'm not sure anything actually uses the multiple text matcher. The correct solution is to leverage YAML to get rid of the entire ControlMatcher library, but short of that it would be better to put the text in a `std::string` member and have views into that, rather than using `ats_strdup`. -- 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]
