]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl/cli: free the trash chunk in dump_crtlist
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 17 Mar 2020 14:13:11 +0000 (15:13 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 17 Mar 2020 14:30:05 +0000 (15:30 +0100)
commit2ea1b49832e7617ec97ac7df7a87c8d8328b17e2
treea0a83ef2ecf3475a40845b1c09e9dbf37fcdd43a
parenta6ffd5bf8abf48def4499dd6a1a1658a6f5272a4
BUG/MINOR: ssl/cli: free the trash chunk in dump_crtlist

Free the trash chunk after dumping the crt-lists.

Introduced by a6ffd5b ("MINOR: ssl/cli: show/dump ssl crt-list").
src/ssl_sock.c