aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3_alt.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-04 19:54:06 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-04 19:54:06 +0000
commit06ddf8eb08af58e00032a5f8d381d837b82fa644 (patch)
tree581fedb7f7a0bad6cb721905ebbc42d0c5086ca1 /crypto/x509v3/v3_alt.c
parent71fca64d96003e2683eec65dab4df124a642431b (diff)
downloadopenssl-06ddf8eb08af58e00032a5f8d381d837b82fa644.zip
openssl-06ddf8eb08af58e00032a5f8d381d837b82fa644.tar.gz
openssl-06ddf8eb08af58e00032a5f8d381d837b82fa644.tar.bz2
Updates from 1.0.0-stable
Diffstat (limited to 'crypto/x509v3/v3_alt.c')
-rw-r--r--crypto/x509v3/v3_alt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/x509v3/v3_alt.c b/crypto/x509v3/v3_alt.c
index 19b3a8b..b13c567 100644
--- a/crypto/x509v3/v3_alt.c
+++ b/crypto/x509v3/v3_alt.c
@@ -605,6 +605,7 @@ static int do_dirname(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx)
if (!ret)
X509_NAME_free(nm);
gen->d.dirn = nm;
+ X509V3_section_free(ctx, sk);
return ret;
}