From: Andreas Steffen Date: Wed, 14 May 2014 07:43:54 +0000 (+0200) Subject: result destructor at the wrong level X-Git-Tag: 5.2.0dr4~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa34739848ab577d4f7a12b41af6c3505a55851d;p=thirdparty%2Fstrongswan.git result destructor at the wrong level --- diff --git a/src/libpts/plugins/imv_attestation/imv_attestation_process.c b/src/libpts/plugins/imv_attestation/imv_attestation_process.c index 9af07de40d..f2aa4ec823 100644 --- a/src/libpts/plugins/imv_attestation/imv_attestation_process.c +++ b/src/libpts/plugins/imv_attestation/imv_attestation_process.c @@ -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))