]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: acme: free acme_ctx once the task is done
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 16 Apr 2025 15:54:34 +0000 (17:54 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 16 Apr 2025 16:08:01 +0000 (18:08 +0200)
commit8efafe76a31a3f971fd23acfff2aa5d7a0366014
tree5659b950bd829015e90d347e21e93d1820bb66ab
parente778049ffc058230efc922aca76408e5d3eb147f
MINOR: acme: free acme_ctx once the task is done

Free the acme_ctx task context once the task is done.
It frees everything but the config and the httpclient,
everything else is free.

The ckch_store is freed in case of error, but when the task is
successful, the ptr is set to NULL to prevent the free once inserted in
the tree.
src/acme.c