]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: resolvers: resolvers_destroy() deinit and free a resolver
authorWilliam Lallemand <wlallemand@haproxy.org>
Mon, 18 Jul 2022 12:09:58 +0000 (14:09 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 18 Jul 2022 12:39:36 +0000 (14:39 +0200)
commite606c84feea81ed408217ed88a5ce11d6b3f65d4
tree69908f31859ecc27e2094903ae2ce1a898563cf8
parent5b3cd9561bdbf7bac7db04bafead76125f1458ae
MINOR: resolvers: resolvers_destroy() deinit and free a resolver

Split the resolvers_deinit() function into resolvers_destroy() and
resolvers_deinit() in order to be able to free a unique resolvers
section.
src/resolvers.c