MINOR: ssl: use crtlist_free() upon error in directory loading
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 30 Mar 2020 16:19:43 +0000 (18:19 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 31 Mar 2020 10:32:17 +0000 (12:32 +0200)
commit09bd5a07872a56678f3e152ed4d627159bb917a7
treed9538c72dcab88346be86c02b3ef643015fd9cc0
parent4c68bba5c151dc2598630394dd57c3dda4696354
MINOR: ssl: use crtlist_free() upon error in directory loading

Replace the manual cleaninp which is done in crtlist_load_cert_dir() by
a call to the crtlist_free() function.
src/ssl_sock.c