X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=apps%2Fcrl.c;h=82ef8ce1f62c145d8265a91ea1acc8e38e61f3cc;hb=c04f8cf44a3b204b82f5f1f5d1ad9dbc738459f1;hp=fb36ed5d02bcb06834feef59bf782fbc4f0479c6;hpb=870d986131869300c8510fdba2b4937658f3fa34;p=openssl.git 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); }