Willy Tarreau ab213a5b6f MINOR: arg: add a free_args() function to free an args array
make_arg_list() can create an array of arguments, some of which remain
to be resolved, but all users had to deal with their own roll back on
error. Let's add a free_args() function to release all the array's
elements and let the caller deal with the array itself (sometimes it's
allocated in the stack).
2021-07-16 19:18:41 +02:00
..
2021-05-08 12:29:51 +02:00
2020-09-25 17:54:48 +02:00
2021-05-08 20:35:39 +02:00
2021-05-08 12:29:01 +02:00