Remember to release certs.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18472 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -164,9 +164,13 @@ certBag_parser(hx509_context context,
|
||||
const heim_oid *oid = (*(oids[i]))();
|
||||
attr = find_attribute(attrs, oid);
|
||||
if (attr)
|
||||
_hx509_set_cert_attribute(context, cert, oid, &attr->attrValues);
|
||||
_hx509_set_cert_attribute(context, cert, oid,
|
||||
&attr->attrValues);
|
||||
}
|
||||
}
|
||||
|
||||
hx509_cert_free(cert);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user