X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Frest-plugins%2Fplugin_rest_reclaim.c;h=208c7470e4ac73dfaf170ea81704f73e56f15bac;hb=ec50a665dc884f7997419d0351ae8ade9c1aeabe;hp=e85ae09feb2b8b70925845108cb746db4165be59;hpb=5d9cfaee08499079033580f4cb2a64f82e333511;p=oweals%2Fgnunet.git diff --git a/src/rest-plugins/plugin_rest_reclaim.c b/src/rest-plugins/plugin_rest_reclaim.c index e85ae09fe..208c7470e 100644 --- a/src/rest-plugins/plugin_rest_reclaim.c +++ b/src/rest-plugins/plugin_rest_reclaim.c @@ -442,7 +442,6 @@ ticket_collect (void *cls, "issuer", value); GNUNET_free (tmp); - json_decref (value); tmp = GNUNET_STRINGS_data_to_string_alloc (&ticket->audience, sizeof (struct GNUNET_CRYPTO_EcdsaPublicKey)); value = json_string (tmp); @@ -450,7 +449,6 @@ ticket_collect (void *cls, "audience", value); GNUNET_free (tmp); - json_decref (value); tmp = GNUNET_STRINGS_data_to_string_alloc (&ticket->rnd, sizeof (uint64_t)); value = json_string (tmp); @@ -458,7 +456,6 @@ ticket_collect (void *cls, "rnd", value); GNUNET_free (tmp); - json_decref (value); GNUNET_RECLAIM_ticket_iteration_next (handle->ticket_it); }