added check for empty nonce string
[oweals/gnunet.git] / src / reclaim / plugin_rest_reclaim.c
index 18309e68c9c6783ebb9195dc9e9b48c1fc9a71cd..3f257780264b9db22315e20173159c79632252b1 100644 (file)
@@ -283,10 +283,6 @@ cleanup_handle (struct RequestHandle *handle)
     GNUNET_free (ego_tmp->keystring);
     GNUNET_free (ego_tmp);
   }
-  if (NULL != handle->attr_it)
-  {
-    GNUNET_free (handle->attr_it);
-  }
   GNUNET_free (handle);
 }