From 0a629ddbd6cdb292225c9fa3db2db8920228a84f Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 3 Apr 2009 16:28:20 +0000 Subject: [PATCH] Update from 1.0.0-stable --- crypto/x509v3/v3_alt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crypto/x509v3/v3_alt.c b/crypto/x509v3/v3_alt.c index 58b2952478..49f899fa5a 100644 --- a/crypto/x509v3/v3_alt.c +++ b/crypto/x509v3/v3_alt.c @@ -577,6 +577,8 @@ static int do_dirname(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx) if (!ret) X509_NAME_free(nm); gen->d.dirn = nm; + + X509V3_free_section(ctx, sk); return ret; } -- 2.25.1