commit | 528526f2ccf6fac0c8755545e814094fe7f76d16 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 12 14:37:32 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 12 19:04:42 2021 +0200 |
tree | 15287638b911f97dc9d2af4404514f506a53d077 | |
parent | 2567f18382a1e64ba67f397e93d57582b11c4b58 [diff] |
BUG/MINOR: hlua: Fix memory leaks on error path when parsing a lua action hen an error occurred in action_register_lua(), the allocated hlua rule and arguments must be released to avoid memory leaks. This patch may be backported in all stable versions.