Loading apps/asn1pars.c +1 −0 Original line number Diff line number Diff line Loading @@ -329,6 +329,7 @@ end: if (at != NULL) ASN1_TYPE_free(at); if (osk != NULL) sk_free(osk); OBJ_cleanup(); apps_shutdown(); EXIT(ret); } apps/ciphers.c +1 −0 Original line number Diff line number Diff line Loading @@ -202,6 +202,7 @@ end: if (ctx != NULL) SSL_CTX_free(ctx); if (ssl != NULL) SSL_free(ssl); if (STDout != NULL) BIO_free_all(STDout); apps_shutdown(); EXIT(ret); } apps/crl.c +1 −0 Original line number Diff line number Diff line Loading @@ -364,6 +364,7 @@ end: X509_STORE_CTX_cleanup(&ctx); X509_STORE_free(store); } apps_shutdown(); EXIT(ret); } Loading apps/crl2p7.c +3 −1 Original line number Diff line number Diff line Loading @@ -166,7 +166,8 @@ bad: BIO_printf(bio_err," -certfile arg certificates file of chain to a trusted CA\n"); BIO_printf(bio_err," (can be used more than once)\n"); BIO_printf(bio_err," -nocrl no crl to load, just certs from '-certfile'\n"); EXIT(1); ret = 1; goto end; } ERR_load_crypto_strings(); Loading Loading @@ -278,6 +279,7 @@ end: if (p7 != NULL) PKCS7_free(p7); if (crl != NULL) X509_CRL_free(crl); apps_shutdown(); EXIT(ret); } Loading apps/dgst.c +1 −0 Original line number Diff line number Diff line Loading @@ -347,6 +347,7 @@ end: EVP_PKEY_free(sigkey); if(sigbuf) OPENSSL_free(sigbuf); if (bmd != NULL) BIO_free(bmd); apps_shutdown(); EXIT(err); } Loading Loading
apps/asn1pars.c +1 −0 Original line number Diff line number Diff line Loading @@ -329,6 +329,7 @@ end: if (at != NULL) ASN1_TYPE_free(at); if (osk != NULL) sk_free(osk); OBJ_cleanup(); apps_shutdown(); EXIT(ret); }
apps/ciphers.c +1 −0 Original line number Diff line number Diff line Loading @@ -202,6 +202,7 @@ end: if (ctx != NULL) SSL_CTX_free(ctx); if (ssl != NULL) SSL_free(ssl); if (STDout != NULL) BIO_free_all(STDout); apps_shutdown(); EXIT(ret); }
apps/crl.c +1 −0 Original line number Diff line number Diff line Loading @@ -364,6 +364,7 @@ end: X509_STORE_CTX_cleanup(&ctx); X509_STORE_free(store); } apps_shutdown(); EXIT(ret); } Loading
apps/crl2p7.c +3 −1 Original line number Diff line number Diff line Loading @@ -166,7 +166,8 @@ bad: BIO_printf(bio_err," -certfile arg certificates file of chain to a trusted CA\n"); BIO_printf(bio_err," (can be used more than once)\n"); BIO_printf(bio_err," -nocrl no crl to load, just certs from '-certfile'\n"); EXIT(1); ret = 1; goto end; } ERR_load_crypto_strings(); Loading Loading @@ -278,6 +279,7 @@ end: if (p7 != NULL) PKCS7_free(p7); if (crl != NULL) X509_CRL_free(crl); apps_shutdown(); EXIT(ret); } Loading
apps/dgst.c +1 −0 Original line number Diff line number Diff line Loading @@ -347,6 +347,7 @@ end: EVP_PKEY_free(sigkey); if(sigbuf) OPENSSL_free(sigbuf); if (bmd != NULL) BIO_free(bmd); apps_shutdown(); EXIT(err); } Loading