diff options
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index a36664fdc..eaca40936 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c | |||
@@ -542,7 +542,7 @@ db_conn_destroy (void *cls) | |||
542 | db_conn = session->conn; | 542 | db_conn = session->conn; |
543 | session->conn = NULL; | 543 | session->conn = NULL; |
544 | if (NULL != db_conn) | 544 | if (NULL != db_conn) |
545 | GNUNET_PQ_disconnect (session->conn); | 545 | GNUNET_PQ_disconnect (db_conn); |
546 | GNUNET_free (session); | 546 | GNUNET_free (session); |
547 | } | 547 | } |
548 | 548 | ||