summaryrefslogtreecommitdiff
path: root/ext/openssl/openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/openssl.c')
-rw-r--r--ext/openssl/openssl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c
index c1aa19679e..77897a2f44 100644
--- a/ext/openssl/openssl.c
+++ b/ext/openssl/openssl.c
@@ -2990,6 +2990,7 @@ PHP_FUNCTION(openssl_pkcs12_read)
}
X509_free(aCA);
+ BIO_free(bio_out);
}
sk_X509_free(ca);