diff options
Diffstat (limited to 'trust/builder.c')
-rw-r--r-- | trust/builder.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trust/builder.c b/trust/builder.c index 93c5f3e..53201ed 100644 --- a/trust/builder.c +++ b/trust/builder.c @@ -1159,6 +1159,8 @@ replace_nss_trust_object (p11_builder *builder, rv = p11_index_replace_all (index, match, CKA_INVALID, array); return_if_fail (rv == CKR_OK); p11_array_free (array); + + p11_attrs_free (match); } static void |