gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix NPE


From: gnunet
Subject: [taler-exchange] branch master updated: fix NPE
Date: Sat, 26 Oct 2019 20:35:45 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new c1ce2a03 fix NPE
c1ce2a03 is described below

commit c1ce2a03ed24769af970985b07c30fc2c434526c
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Oct 26 20:35:36 2019 +0200

    fix NPE
---
 src/exchangedb/plugin_exchangedb_postgres.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchangedb/plugin_exchangedb_postgres.c 
b/src/exchangedb/plugin_exchangedb_postgres.c
index a36664fd..eaca4093 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -542,7 +542,7 @@ db_conn_destroy (void *cls)
   db_conn = session->conn;
   session->conn = NULL;
   if (NULL != db_conn)
-    GNUNET_PQ_disconnect (session->conn);
+    GNUNET_PQ_disconnect (db_conn);
   GNUNET_free (session);
 }
 

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



reply via email to

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