bryancall commented on PR #11142: URL: https://github.com/apache/trafficserver/pull/11142#issuecomment-2026189307
> Was the root problem the multiple allocations of `g_ssl_hooks` overwriting the old ones and leaking them? The problem was with deleting `g_ssl_hooks` on shutdown. I saw that we were calling init_global_ssl_hooks() multiple time in autest, so I put the nullptr check there. I also assumed we also needed to delete the global, but it looks like something might already be cleaning it up? According to @bneradt comment it should be leaking, but I am not seeing that myself. -- 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]
