]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: uri_auth: add stats_uri_auth_free helper
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 13 Nov 2024 18:14:10 +0000 (19:14 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 14 Nov 2024 14:03:33 +0000 (15:03 +0100)
commite1ec37ea5191836ed1d3ef85ff2ea76b2f8384e1
treee6577cae3f5a19d732b7e88fe60a9b4c72ea1fa7
parent350a3ab052e94d8b1ce1f526705a352cfd7d451c
MINOR: uri_auth: add stats_uri_auth_free helper

Let's now leverage stats_uri_auth_free() helper to free uri_auth struct
instead of manually performing the cleanup, which is error-prone.
include/haproxy/uri_auth.h
src/haproxy.c
src/uri_auth.c