commit | b2d797a53fc7775773a539d2b72268e5125c2903 | [log] [tgz] |
---|---|---|
author | Aurelien DARRAGON <adarragon@haproxy.com> | Wed Dec 28 12:18:15 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Jan 05 15:20:41 2023 +0100 |
tree | 536501270165f5c7cc69dfecfd6ebad4bb7578b0 | |
parent | 39055d159ff7ef68ae046162f5f1c0fadb3ae58a [diff] |
BUG/MINOR: proxy: free orgto_hdr_name in free_proxy() Unlike fwdfor_hdr_name, orgto_hdr_name was not properly freed in free_proxy(). This did not cause observable memory leaks because originalto proxy option is only used for user configurable proxies, which are solely freed right before process termination. No backport needed unless some architectural changes causing regular proxies to be freed and reused multiple times within single process lifetime are made.