fix: leak when -h

This commit is contained in:
2025-06-12 07:13:36 -05:00
parent 957bb06d97
commit f91bc39762

View File

@ -51,6 +51,7 @@ int main(int ac, char **av)
}
if (option_isset(options, FL_HELP)) {
free_options(options);
print_usage();
return 0;
}