diff --git a/apps/req.c b/apps/req.c index 2999d509b..9269aa85a 100644 --- a/apps/req.c +++ b/apps/req.c @@ -1022,6 +1022,7 @@ end: #ifndef OPENSSL_NO_DSA if (dsa_params != NULL) DSA_free(dsa_params); #endif + apps_shutdown(); EXIT(ex); }