summaryrefslogtreecommitdiff
path: root/trust/asn1.c
diff options
context:
space:
mode:
Diffstat (limited to 'trust/asn1.c')
-rw-r--r--trust/asn1.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/trust/asn1.c b/trust/asn1.c
index 7ed3b01..dd1812d 100644
--- a/trust/asn1.c
+++ b/trust/asn1.c
@@ -327,8 +327,10 @@ p11_asn1_cache_take (p11_asn1_cache *cache,
{
asn1_item *item;
- if (cache == NULL)
+ if (cache == NULL) {
+ asn1_delete_structure (&node);
return;
+ }
return_if_fail (struct_name != NULL);
return_if_fail (der != NULL);