commit | 2a7c20f602e5d40e9f23c703fbcb12e3af762337 | [log] [tgz] |
---|---|---|
author | Dragan Dosen <ddosen@haproxy.com> | Tue Apr 30 00:38:36 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu May 02 10:05:06 2019 +0200 |
tree | 24e55dcd51b60a4a3cb629b62443c3cfc0d59d37 | |
parent | b51937ebaa8813de233e603a481d9d7d53935609 [diff] |
BUG/MINOR: haproxy: fix rule->file memory leak When using the "use_backend" configuration directive, the configuration file name stored as rule->file was not freed in some situations. This was introduced in commit 4ed1c95 ("MINOR: http/conf: store the use_backend configuration file and line for logs"). This patch should be backported to 1.9, 1.8 and 1.7.