diff --git a/lib/hx509/hxtool.c b/lib/hx509/hxtool.c index 03e6819bd..d8f9dab00 100644 --- a/lib/hx509/hxtool.c +++ b/lib/hx509/hxtool.c @@ -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; }