diff options
Diffstat (limited to 'src/lib/libcrypto/x509v3/v3_prn.c')
-rw-r--r-- | src/lib/libcrypto/x509v3/v3_prn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509v3/v3_prn.c b/src/lib/libcrypto/x509v3/v3_prn.c index 2124b447b4..565937af47 100644 --- a/src/lib/libcrypto/x509v3/v3_prn.c +++ b/src/lib/libcrypto/x509v3/v3_prn.c | |||
@@ -126,7 +126,7 @@ int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int inde | |||
126 | 126 | ||
127 | err: | 127 | err: |
128 | sk_CONF_VALUE_pop_free(nval, X509V3_conf_free); | 128 | sk_CONF_VALUE_pop_free(nval, X509V3_conf_free); |
129 | if(value) OPENSSL_free(value); | 129 | if(value) free(value); |
130 | if(method->it) ASN1_item_free(ext_str, ASN1_ITEM_ptr(method->it)); | 130 | if(method->it) ASN1_item_free(ext_str, ASN1_ITEM_ptr(method->it)); |
131 | else method->ext_free(ext_str); | 131 | else method->ext_free(ext_str); |
132 | return ok; | 132 | return ok; |