gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: fix the stupid


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix the stupid
Date: Thu, 07 Jun 2018 16:58:49 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 7b56a05a2 fix the stupid
7b56a05a2 is described below

commit 7b56a05a27cfc5a5ef1403f616e2734cacc1597c
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Jun 7 16:58:37 2018 +0200

    fix the stupid
---
 src/namestore/gnunet-namestore-fcfsd.c | 2 --
 1 file changed, 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)
 
   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);
 }
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]