noxxi / p5-io-socket-ssl

IO::Socket::SSL Perl Module
36 stars 60 forks source link

Fix leaks in IO::Socket::SSL::Session_Cache #118

Closed genuaboro closed 1 year ago

genuaboro commented 1 year ago

If a session cache entry is completely deleted and the corresponding session is freed, the hash entry itself also has to be cleared or it could leak.

noxxi commented 1 year ago

Thanks for the fix. Looks good to me.