pkcs11-register: free up memory before exiting

This commit is contained in:
Frank Morgner 2020-10-27 09:47:30 +01:00
parent 704afd0e2d
commit c621f39034
1 changed files with 1 additions and 0 deletions

View File

@ -330,6 +330,7 @@ main(int argc, char **argv)
const char *module_name = get_module_name(module_path);
if (!module_name) {
fprintf(stderr, "Could not load initialize %s\n", module_path);
cmdline_parser_free (&cmdline);
return 1;
}