Loading apps/openssl.c +3 −2 Original line number Diff line number Diff line Loading @@ -435,9 +435,7 @@ end: if (prog != NULL) lh_FUNCTION_free(prog); if (arg.data != NULL) OPENSSL_free(arg.data); apps_shutdown(); CRYPTO_mem_leaks(bio_err); if (bio_err != NULL) { BIO_free(bio_err); Loading @@ -450,6 +448,9 @@ end: OPENSSL_free(Argv); } #endif apps_shutdown(); CRYPTO_mem_leaks(bio_err); OPENSSL_EXIT(ret); } Loading Loading
apps/openssl.c +3 −2 Original line number Diff line number Diff line Loading @@ -435,9 +435,7 @@ end: if (prog != NULL) lh_FUNCTION_free(prog); if (arg.data != NULL) OPENSSL_free(arg.data); apps_shutdown(); CRYPTO_mem_leaks(bio_err); if (bio_err != NULL) { BIO_free(bio_err); Loading @@ -450,6 +448,9 @@ end: OPENSSL_free(Argv); } #endif apps_shutdown(); CRYPTO_mem_leaks(bio_err); OPENSSL_EXIT(ret); } Loading