Update from 1.0.0-stable

This commit is contained in:
Dr. Stephen Henson 2009-04-03 16:28:20 +00:00
parent 353cb367e4
commit 0a629ddbd6

View file

@ -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;
}