feat(utils): lists tests
This commit is contained in:
parent
e65c55f5c9
commit
f0b39535fb
5 changed files with 310 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue