gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -add clean for cleanliness to test


From: gnunet
Subject: [gnunet] branch master updated: -add clean for cleanliness to test
Date: Mon, 03 Oct 2022 16:35:29 +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 d09a97a48 -add clean for cleanliness to test
     new 5c1f2aa8a Merge branch 'master' of git+ssh://git.gnunet.org/gnunet
d09a97a48 is described below

commit d09a97a4891f4ccc764fe36654b4a651926f7c3f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Oct 3 16:35:18 2022 +0200

    -add clean for cleanliness to test
---
 src/sq/test_sq.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/sq/test_sq.c b/src/sq/test_sq.c
index e5187b55a..ecd9918d7 100644
--- a/src/sq/test_sq.c
+++ b/src/sq/test_sq.c
@@ -138,6 +138,7 @@ run_queries (sqlite3 *dbh)
       GNUNET_CRYPTO_rsa_public_key_free (pub);
       return 1;
     }
+    sqlite3_reset (stmt);
   }
   sqlite3_finalize (stmt);
 
@@ -209,6 +210,7 @@ run_queries (sqlite3 *dbh)
     GNUNET_break (32 == u322);
     GNUNET_break (64 == u642);
     GNUNET_SQ_cleanup_result (results_select);
+    sqlite3_reset (stmt);
   }
   sqlite3_finalize (stmt);
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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