aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/reclaim/gnunet-reclaim.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/reclaim/gnunet-reclaim.c b/src/reclaim/gnunet-reclaim.c
index da5f90409..cb8703495 100644
--- a/src/reclaim/gnunet-reclaim.c
+++ b/src/reclaim/gnunet-reclaim.c
@@ -218,7 +218,10 @@ do_cleanup (void *cls)
218 if (NULL != identity_handle) 218 if (NULL != identity_handle)
219 GNUNET_IDENTITY_disconnect (identity_handle); 219 GNUNET_IDENTITY_disconnect (identity_handle);
220 if (NULL != attr_list) 220 if (NULL != attr_list)
221 GNUNET_free (attr_list); 221 {
222 GNUNET_RECLAIM_attribute_list_destroy (attr_list);
223 attr_list = NULL;
224 }
222 if (NULL != attr_to_delete) 225 if (NULL != attr_to_delete)
223 GNUNET_free (attr_to_delete); 226 GNUNET_free (attr_to_delete);
224 if (NULL == credential_type) 227 if (NULL == credential_type)