fixed double free

This commit is contained in:
Andreas Steffen 2011-11-21 23:35:44 +01:00
parent 56fd3baa34
commit 9066c88a96
1 changed files with 0 additions and 1 deletions

View File

@ -276,7 +276,6 @@ bool imv_attestation_process(pa_tnc_attr_t *attr, linked_list_t *attr_list,
if (!comp)
{
DBG1(DBG_IMV, " no entry found for component evidence request");
evidence->destroy(evidence);
break;
}
status = comp->verify(comp, pts, pts_db, evidence);