]> git.kaiwu.me - haproxy.git/commit
MINOR: tree-wide: use free_acl_cond() where relevant
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 11 May 2023 10:29:51 +0000 (12:29 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 11 May 2023 13:37:04 +0000 (15:37 +0200)
commitc61009525809a3ef78eb71050b81815786d2f0d9
tree772a15f9c19edd7fba249437128ecff3534087c3
parentcd9aff13214d26ddcccc0aef9494f3fbfdb5217b
MINOR: tree-wide: use free_acl_cond() where relevant

Now that we have free_acl_cond(cond) function that does cond prune then
frees cond, replace all occurences of this pattern:

   | prune_acl_cond(cond)
   | free(cond)

with:

   | free_acl_cond(cond)
addons/ot/src/conf.c
src/acl.c
src/cfgparse-listen.c
src/fcgi-app.c
src/flt_spoe.c
src/http_rules.c
src/proxy.c