mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
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) |
||
|---|---|---|
| .. | ||
| cli.c | ||
| conf.c | ||
| event.c | ||
| filter.c | ||
| group.c | ||
| http.c | ||
| opentracing.c | ||
| parser.c | ||
| pool.c | ||
| scope.c | ||
| util.c | ||
| vars.c | ||