lib/hx509: revoke_print free revoke_context

call hx509_revoke_free() to free the context.

Change-Id: I2f4439a848011cc0ab46f2802f5e4871baba348f
This commit is contained in:
Jeffrey Altman
2022-01-16 21:53:06 -05:00
parent c59dd0b36c
commit 1a793c04fa

View File

@@ -1267,6 +1267,7 @@ revoke_print(struct revoke_print_options *opt, int argc, char **argv)
if (ret)
warnx("hx509_revoke_print: %d", ret);
hx509_revoke_free(revoke_ctx);
return ret;
}