From f7780b52f11c953966fab654bb5aa72634a2ff3b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 7 May 2015 14:36:49 +0200 Subject: pq test skeleton, not finished --- src/mintdb/plugin_mintdb_postgres.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mintdb/plugin_mintdb_postgres.c') diff --git a/src/mintdb/plugin_mintdb_postgres.c b/src/mintdb/plugin_mintdb_postgres.c index 2f61211a..7b89673e 100644 --- a/src/mintdb/plugin_mintdb_postgres.c +++ b/src/mintdb/plugin_mintdb_postgres.c @@ -162,6 +162,7 @@ postgres_create_tables (void *cls, TALER_LOG_ERROR ("Database connection failed: %s\n", PQerrorMessage (conn)); GNUNET_break (0); + PQfinish (conn); return GNUNET_SYSERR; } if ( (GNUNET_YES == temporary) && -- cgit v1.2.3