diff options
Diffstat (limited to 'trust/tests/test-module.c')
-rw-r--r-- | trust/tests/test-module.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trust/tests/test-module.c b/trust/tests/test-module.c index 1d97f9b..1033b05 100644 --- a/trust/tests/test-module.c +++ b/trust/tests/test-module.c @@ -431,6 +431,8 @@ check_has_trust_object (CuTest *cu, check_trust_object_equiv (cu, sessions[0], objects[0], cert); check_trust_object_hashes (cu, sessions[0], objects[0], cert); + + p11_attrs_free (match); } static void |