result destructor at the wrong level

This commit is contained in:
Andreas Steffen 2014-05-14 09:43:54 +02:00
parent 35952dc13f
commit fa34739848
1 changed files with 1 additions and 1 deletions

View File

@ -515,9 +515,9 @@ quote_error:
IMV_ATTESTATION_STATE_END);
break;
}
result->destroy(result);
}
enumerator->destroy(enumerator);
result->destroy(result);
}
if (attr_cast->get_evid_sig(attr_cast, &evid_sig))