aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/plugin_rest_reclaim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim/plugin_rest_reclaim.c')
-rw-r--r--src/reclaim/plugin_rest_reclaim.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/reclaim/plugin_rest_reclaim.c b/src/reclaim/plugin_rest_reclaim.c
index 18309e68c..3f2577802 100644
--- a/src/reclaim/plugin_rest_reclaim.c
+++ b/src/reclaim/plugin_rest_reclaim.c
@@ -283,10 +283,6 @@ cleanup_handle (struct RequestHandle *handle)
283 GNUNET_free (ego_tmp->keystring); 283 GNUNET_free (ego_tmp->keystring);
284 GNUNET_free (ego_tmp); 284 GNUNET_free (ego_tmp);
285 } 285 }
286 if (NULL != handle->attr_it)
287 {
288 GNUNET_free (handle->attr_it);
289 }
290 GNUNET_free (handle); 286 GNUNET_free (handle);
291} 287}
292 288