mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 14:21:25 +02:00
BUG/MINOR: ssl: typo in previous patch
The previous patch 5c3c96f ("BUG/MINOR: ssl: memory leak w/ the ocsp_issuer") contains a typo that prevent it to build. Should be backported in 2.1.
This commit is contained in:
parent
5c3c96fd36
commit
dad239d08b
@ -3128,7 +3128,7 @@ static void ssl_sock_free_cert_key_and_chain_contents(struct cert_key_and_chain
|
||||
}
|
||||
|
||||
if (ckch->ocsp_issuer)
|
||||
X509_free(ocsp_issuer);
|
||||
X509_free(ckch->ocsp_issuer);
|
||||
ckch->ocsp_issuer = NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user