fix: leak when -h
This commit is contained in:
@ -51,6 +51,7 @@ int main(int ac, char **av)
|
||||
}
|
||||
|
||||
if (option_isset(options, FL_HELP)) {
|
||||
free_options(options);
|
||||
print_usage();
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user