feat(utils): lists tests

This commit is contained in:
william.valenduc 2026-01-29 20:35:56 +00:00
parent e65c55f5c9
commit f0b39535fb
5 changed files with 310 additions and 5 deletions

View file

@ -121,7 +121,7 @@ int args_handler(int argc, char **argv, struct args_options *options,
}
args_in_var(vars, args_list);
list_destroy(args_list);
list_destroy(&args_list);
if (options->type == INPUT_UNDEFINED)
options->type = INPUT_STDIN;