haproxy/addons
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
..
51degrees BUILD: 51d: fix build issue with recent compilers 2022-12-15 19:36:13 +01:00
deviceatlas Revert "BUG/MINOR: clock: fix a few occurrences of 'now' being used in place of 'date'" 2023-04-27 18:14:57 +02:00
ot MINOR: tree-wide: use free_acl_cond() where relevant 2023-05-11 15:37:04 +02:00
promex MEDIUM: tree-wide: Change sc API to specify required free space to progress 2023-05-05 15:44:23 +02:00
wurfl LICENSE: wurfl: clarify the dummy library license. 2022-12-02 05:32:46 +01:00