X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fasn1%2Fx_attrib.c;h=14e5ea27aa76625c852fe32d58708e06cc2d692b;hb=eaa28181898b8ca0b54552a3290789bb17444c8a;hp=a1cbebf5a50e37f2363f9588afb651e5831aefd0;hpb=f0e8ae723cf8f86a91bdc5be8a6a5b956309729f;p=oweals%2Fopenssl.git diff --git a/crypto/asn1/x_attrib.c b/crypto/asn1/x_attrib.c index a1cbebf5a5..14e5ea27aa 100644 --- a/crypto/asn1/x_attrib.c +++ b/crypto/asn1/x_attrib.c @@ -160,6 +160,6 @@ void X509_ATTRIBUTE_free(X509_ATTRIBUTE *a) sk_ASN1_TYPE_pop_free(a->value.set,ASN1_TYPE_free); else ASN1_TYPE_free(a->value.single); - Free((char *)a); + OPENSSL_free(a); }