summaryrefslogtreecommitdiffstats
path: root/apps/crl.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/crl.c')
-rw-r--r--apps/crl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/crl.c b/apps/crl.c
index fb36ed5d02..82ef8ce1f6 100644
--- a/apps/crl.c
+++ b/apps/crl.c
@@ -364,6 +364,7 @@ end:
X509_STORE_CTX_cleanup(&ctx);
X509_STORE_free(store);
}
+ apps_shutdown();
EXIT(ret);
}