commit | b0c4827c2f0332910cb459cd9898da5c392f8f36 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Tue Apr 26 15:44:53 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Apr 26 16:15:23 2022 +0200 |
tree | 6daca8d3c571ffa9d7924f72c28da9f5c572eee2 | |
parent | c2d3db44ad4e8016646c4b83eb8ad837956644c8 [diff] |
BUG/MINOR: ssl: free the cafile entries on deinit The cafile_tree was never free upon deinit, making valgrind and ASAN complains when haproxy quits. This could be backported as far as 2.2 but it requires the ssl_store_delete_cafile_entry() helper from 5daff3c8abc658760a0d0c5fbbc633bfff1afe44.