bneradt opened a new pull request, #10520: URL: https://github.com/apache/trafficserver/pull/10520
traffic_server has a mechanism to test whether a shared object file satisfies some basic symbol requirements of a plugin. This mechanism loaded that shared object file but never closed the resources. This addresses that by calling dlclose if the load is successful. Fixes: #10020 -- 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: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org