commit | 231610ad9ccc2470930f7a728ba710a548677a65 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Thu Dec 30 11:25:43 2021 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu Dec 30 13:43:04 2021 +0100 |
tree | 2cc2a3abfe85cf2ee90052778b9034cf1f2009d6 | |
parent | 0387632ac0db520402550cf19a96d41f8c1661de [diff] |
BUG/MINOR: ssl: free the fields in srv->ssl_ctx A lot of free are missing in ssl_sock_free_srv_ctx(), this could result in memory leaking when removing dynamically a server via the CLI. This must be backported in every branches, by removing the fields that does not exist in the previous branches.