don't check size since that currently leaks memory

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20430 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-04-19 10:33:30 +00:00
parent fa7eb0763e
commit 97e369f300

View File

@@ -467,7 +467,7 @@ _kdc_pk_rd_padata(krb5_context context,
edi->val[i].issuerAndSerialNumber->length,
&iasn,
&size);
if (ret || size != 0) {
if (ret) {
hx509_query_free(kdc_identity->hx509ctx, q);
continue;
}