commit | 58b3564fde25cc7be2f97ba095f71e08c5cb33e5 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Dec 17 11:48:42 2019 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Jan 20 15:18:45 2020 +0100 |
tree | c52bd492a5b47db07a5075981463e7107de8fe4e | |
parent | 95d169ba9a64fa8e160c6806725329df67499e5e [diff] |
MINOR: actions: Add a function pointer to release args used by actions Arguments used by actions are never released during HAProxy deinit. Now, it is possible to specify a function to do so. ".release_ptr" field in the act_rule structure may be set during the configuration parsing to a specific deinit function depending on the action type.