mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
CLEANUP: Reapply ha_free.cocci
This reapplies ha_free.cocci across the whole src/ tree.
This commit is contained in:
parent
7c317f4619
commit
ec38e1b39b
1 changed files with 1 additions and 2 deletions
|
|
@ -2866,8 +2866,7 @@ init_proxies_list_stage1:
|
|||
#ifdef USE_OPENSSL
|
||||
/* no-alpn ? If so, it's the right moment to remove it */
|
||||
if (bind_conf->ssl_conf.alpn_str && !bind_conf->ssl_conf.alpn_len) {
|
||||
free(bind_conf->ssl_conf.alpn_str);
|
||||
bind_conf->ssl_conf.alpn_str = NULL;
|
||||
ha_free(&bind_conf->ssl_conf.alpn_str);
|
||||
}
|
||||
#ifdef TLSEXT_TYPE_application_layer_protocol_negotiation
|
||||
else if (!bind_conf->ssl_conf.alpn_str && !bind_conf->ssl_conf.npn_str &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue