aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-06-07 16:58:37 +0200
committerChristian Grothoff <christian@grothoff.org>2018-06-07 16:58:37 +0200
commit7b56a05a27cfc5a5ef1403f616e2734cacc1597c (patch)
treeaf6ce33c0bb9ace89e7867c48eb5a5c9dde80c31 /src/namestore
parent3eedf50775f5857416e1943901ffcef5f0504815 (diff)
downloadgnunet-7b56a05a27cfc5a5ef1403f616e2734cacc1597c.tar.gz
gnunet-7b56a05a27cfc5a5ef1403f616e2734cacc1597c.zip
fix the stupid
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/gnunet-namestore-fcfsd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/namestore/gnunet-namestore-fcfsd.c b/src/namestore/gnunet-namestore-fcfsd.c
index b4f8a7b26..4687300fb 100644
--- a/src/namestore/gnunet-namestore-fcfsd.c
+++ b/src/namestore/gnunet-namestore-fcfsd.c
@@ -268,7 +268,6 @@ zone_iteration_error (void *cls)
268 268
269 zr->list_it = NULL; 269 zr->list_it = NULL;
270 GNUNET_free (zr->zoneinfo); 270 GNUNET_free (zr->zoneinfo);
271 GNUNET_free (zr);
272 GNUNET_SCHEDULER_cancel (uzp_task); 271 GNUNET_SCHEDULER_cancel (uzp_task);
273 uzp_task = GNUNET_SCHEDULER_add_now (&update_zoneinfo_page, 272 uzp_task = GNUNET_SCHEDULER_add_now (&update_zoneinfo_page,
274 NULL); 273 NULL);
@@ -301,7 +300,6 @@ zone_iteration_end (void *cls)
301 MHD_destroy_response (info_page); 300 MHD_destroy_response (info_page);
302 info_page = response; 301 info_page = response;
303 GNUNET_free (zr->zoneinfo); 302 GNUNET_free (zr->zoneinfo);
304 GNUNET_free (zr);
305} 303}
306 304
307 305