BUG/MINOR: tcp/http: release the expr of set-{src,dst}[-port]
authorWilliam Lallemand <wlallemand@haproxy.org>
Fri, 6 May 2022 14:54:09 +0000 (16:54 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 6 May 2022 15:02:15 +0000 (17:02 +0200)
commit0164a40c59e1c1ceb3661d29cbbe8fb7d988cbc3
treeab7b278c4123febec27008c3a3791155c7e92aa4
parent7831e0272e7748a1f77143730520e2c13e239345
BUG/MINOR: tcp/http: release the expr of set-{src,dst}[-port]

Release the expression used by the set-{src,dst}[-port] actions so we
keep valgrind happy upon an exit or an haproxy -c.

Could be backported in every supported version.
src/tcp_act.c