]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: log: free log forward proxies on deinit()
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 9 Mar 2023 11:21:12 +0000 (12:21 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Apr 2023 06:58:16 +0000 (08:58 +0200)
commitcca33550749449f713b37fed20b8e45421a15490
treef2d2c7a7e49be0cc608613e0b0030d763bece4ab
parent9b1d15f53a194a7704d7b8a1e27d8dd02fe2f17d
BUG/MINOR: log: free log forward proxies on deinit()

Proxies belonging to the cfg_log_forward proxy list are not cleaned up
in haproxy deinit() function.
We add the missing cleanup directly in the main deinit() function since
no other specific function may be used for this.

This could be backported up to 2.4
src/haproxy.c