fix the stupid
authorChristian Grothoff <christian@grothoff.org>
Thu, 7 Jun 2018 14:58:37 +0000 (16:58 +0200)
committerChristian Grothoff <christian@grothoff.org>
Thu, 7 Jun 2018 14:58:37 +0000 (16:58 +0200)
src/namestore/gnunet-namestore-fcfsd.c

index b4f8a7b26a72c03b60c99daa44855322c9f39ede..4687300fb4e2d973bb9f723ef68a1d5f19855a7f 100644 (file)
@@ -268,7 +268,6 @@ zone_iteration_error (void *cls)
 
   zr->list_it = NULL;
   GNUNET_free (zr->zoneinfo);
-  GNUNET_free (zr);
   GNUNET_SCHEDULER_cancel (uzp_task);
   uzp_task = GNUNET_SCHEDULER_add_now (&update_zoneinfo_page,
                                       NULL);
@@ -301,7 +300,6 @@ zone_iteration_end (void *cls)
   MHD_destroy_response (info_page);
   info_page = response;
   GNUNET_free (zr->zoneinfo);
-  GNUNET_free (zr);
 }