summaryrefslogtreecommitdiff
path: root/statement.c
diff options
context:
space:
mode:
Diffstat (limited to 'statement.c')
-rw-r--r--statement.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/statement.c b/statement.c
index e1a5ea8..106e968 100644
--- a/statement.c
+++ b/statement.c
@@ -2467,7 +2467,7 @@ libpq_bind_and_exec(StatementClass *stmt, const char *plan_name,
PGresult *pgres = NULL;
int pgresstatus;
QResultClass *newres = NULL;
- QResultClass *res;
+ QResultClass *res = NULL;
char *cmdtag;
char *rowcount;
BOOL ret = FALSE;