strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
result destructor at the wrong level
[strongswan.git]
/
src
/
libpts
/
plugins
/
imv_attestation
/
imv_attestation_process.c
diff --git
a/src/libpts/plugins/imv_attestation/imv_attestation_process.c
b/src/libpts/plugins/imv_attestation/imv_attestation_process.c
index
9af07de
..
f2aa4ec
100644
(file)
--- 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))