summaryrefslogtreecommitdiff
path: root/ckcapi-trust.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-12-09 01:51:54 +0000
committerStef Walter <stef@memberwebs.com>2008-12-09 01:51:54 +0000
commita71df0e849b4e286f29ae6e26973961d3412cd83 (patch)
tree71fff8c8e760561287ddae96ffdfb051e5f6a220 /ckcapi-trust.c
parentf84cec479d41fb143487af7e78a6b3056f6b8823 (diff)
Complete the certificate support so most of the tests clear.
Diffstat (limited to 'ckcapi-trust.c')
-rw-r--r--ckcapi-trust.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ckcapi-trust.c b/ckcapi-trust.c
index 6107ac5..8519464 100644
--- a/ckcapi-trust.c
+++ b/ckcapi-trust.c
@@ -373,6 +373,7 @@ parse_restrictions(TrustObjectData* tdata)
}
}
+ free(rst);
return CKR_OK;
}