lib/hx509: revoke_print free revoke_context
call hx509_revoke_free() to free the context. Change-Id: I2f4439a848011cc0ab46f2802f5e4871baba348f
This commit is contained in:
@@ -1267,6 +1267,7 @@ revoke_print(struct revoke_print_options *opt, int argc, char **argv)
|
|||||||
if (ret)
|
if (ret)
|
||||||
warnx("hx509_revoke_print: %d", ret);
|
warnx("hx509_revoke_print: %d", ret);
|
||||||
|
|
||||||
|
hx509_revoke_free(revoke_ctx);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user