gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: migrating namecache to use


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: migrating namecache to use SQ lib
Date: Sun, 12 Mar 2017 17:11:49 +0100

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 f7ad240fa migrating namecache to use SQ lib
f7ad240fa is described below

commit f7ad240fa676406725be3ebbd9b05132b95468c5
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Mar 12 17:11:47 2017 +0100

    migrating namecache to use SQ lib
---
 src/namecache/plugin_namecache_sqlite.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/namecache/plugin_namecache_sqlite.c 
b/src/namecache/plugin_namecache_sqlite.c
index 17f671fe5..2f7b2a981 100644
--- a/src/namecache/plugin_namecache_sqlite.c
+++ b/src/namecache/plugin_namecache_sqlite.c
@@ -537,6 +537,7 @@ namecache_sqlite_lookup_block (void *cls,
                sizeof (struct GNUNET_CRYPTO_EcdsaSignature) != block_size) )
     {
       GNUNET_break (0);
+      GNUNET_SQ_cleanup_result (rs);
       ret = GNUNET_SYSERR;
     }
     else
@@ -546,6 +547,7 @@ namecache_sqlite_lookup_block (void *cls,
                  GNUNET_h2s_full (query));
       iter (iter_cls,
             block);
+      GNUNET_SQ_cleanup_result (rs);
       ret = GNUNET_YES;
     }
   }

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



reply via email to

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