BUG/MINOR: ssl: free the sni_keytype nodes
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 4 Oct 2019 15:24:39 +0000 (17:24 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 11 Oct 2019 15:32:02 +0000 (17:32 +0200)
commit8ed5b965872e3b0cd6605f37bc8fe9f2819ce03c
treec7e89d030b78cf209fd7860ff110e694460d0a38
parentfe49bb3d0c046628d67d57da15a7034cc2230432
BUG/MINOR: ssl: free the sni_keytype nodes

This patch frees the sni_keytype nodes once the sni_ctxs have been
allocated in ssl_sock_load_multi_ckchn();

Could be backported in every version using the multi-cert SSL bundles.
src/ssl_sock.c