fixed double free

This commit is contained in:
Andreas Steffen
2011-11-28 21:22:01 +01:00
parent 47b019b246
commit 893bf977c5
@@ -41,7 +41,6 @@ bool imv_attestation_process(pa_tnc_attr_t *attr, linked_list_t *attr_list,
pts_database_t *pts_db, pts_database_t *pts_db,
credential_manager_t *pts_credmgr) credential_manager_t *pts_credmgr)
{ {
chunk_t attr_info;
pts_t *pts; pts_t *pts;
pts = attestation_state->get_pts(attestation_state); pts = attestation_state->get_pts(attestation_state);
@@ -295,7 +294,6 @@ bool imv_attestation_process(pa_tnc_attr_t *attr, linked_list_t *attr_list,
/* re-enter component into list */ /* re-enter component into list */
attestation_state->add_component(attestation_state, comp); attestation_state->add_component(attestation_state, comp);
} }
evidence->destroy(evidence);
break; break;
} }
case TCG_PTS_SIMPLE_EVID_FINAL: case TCG_PTS_SIMPLE_EVID_FINAL: