]> git.kaiwu.me - haproxy.git/commit
CLEANUP: acl: Remove unused variable when releasing an acl expression
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 10 Sep 2021 13:17:45 +0000 (15:17 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 16 Sep 2021 06:31:46 +0000 (08:31 +0200)
commit51324b872084739d1b847472391c286364380dd4
tree3abe132d42d35098072ea035fe73a1d0a259b45a
parent8f1669b10f0809ac26303dd0cf88c29ecf1ae1fd
CLEANUP: acl: Remove unused variable when releasing an acl expression

The "unresolved" variable is unused since commit 9fa0df5 ("BUG/MINOR: acl:
Fix freeing of expr->smp in prune_acl_expr").

This patch should fix the issue #1359.
src/acl.c