Update from 1.0.0-stable
This commit is contained in:
parent
353cb367e4
commit
0a629ddbd6
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue