summaryrefslogtreecommitdiffstats
path: root/apps/asn1pars.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/asn1pars.c')
-rw-r--r--apps/asn1pars.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/asn1pars.c b/apps/asn1pars.c
index 108ed7daa0..4918bcb1c0 100644
--- a/apps/asn1pars.c
+++ b/apps/asn1pars.c
@@ -329,6 +329,7 @@ end:
if (at != NULL) ASN1_TYPE_free(at);
if (osk != NULL) sk_free(osk);
OBJ_cleanup();
+ apps_shutdown();
EXIT(ret);
}