haproxy/addons/ot/src
Aurelien DARRAGON c610095258 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)
2023-05-11 15:37:04 +02:00
..
cli.c CLEANUP: cli: rename dynamic error printing state 2022-11-10 16:42:47 +01:00
conf.c MINOR: tree-wide: use free_acl_cond() where relevant 2023-05-11 15:37:04 +02:00
event.c DEBUG: opentracing: show return values of all functions in the debug output 2022-04-08 16:31:33 +02:00
filter.c DEBUG: opentracing: show return values of all functions in the debug output 2022-04-08 16:31:33 +02:00
group.c DEBUG: opentracing: show return values of all functions in the debug output 2022-04-08 16:31:33 +02:00
http.c DEBUG: opentracing: show return values of all functions in the debug output 2022-04-08 16:31:33 +02:00
opentracing.c DEBUG: opentracing: show return values of all functions in the debug output 2022-04-08 16:31:33 +02:00
parser.c BUG/MINOR: opentracing: use 'date' instead of 'now' in debug output 2023-04-27 18:05:38 +02:00
pool.c DEBUG: opentracing: show return values of all functions in the debug output 2022-04-08 16:31:33 +02:00
scope.c DEBUG: opentracing: show return values of all functions in the debug output 2022-04-08 16:31:33 +02:00
util.c CLEANUP: opentracing: remove the last two occurrences of strncat() 2023-04-07 18:14:28 +02:00
vars.c MAJOR: opentracing: reenable usage of vars to transmit opentracing context 2022-04-08 16:31:33 +02:00