fixed double free

This commit is contained in:
Andreas Steffen
2011-11-28 21:22:02 +01:00
parent 56fd3baa34
commit 9066c88a96
@@ -276,7 +276,6 @@ bool imv_attestation_process(pa_tnc_attr_t *attr, linked_list_t *attr_list,
if (!comp) if (!comp)
{ {
DBG1(DBG_IMV, " no entry found for component evidence request"); DBG1(DBG_IMV, " no entry found for component evidence request");
evidence->destroy(evidence);
break; break;
} }
status = comp->verify(comp, pts, pts_db, evidence); status = comp->verify(comp, pts, pts_db, evidence);