aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/results.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/odbc/results.c')
-rw-r--r--src/interfaces/odbc/results.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/results.c b/src/interfaces/odbc/results.c
index a6703290f16..fe081673611 100644
--- a/src/interfaces/odbc/results.c
+++ b/src/interfaces/odbc/results.c
@@ -608,7 +608,7 @@ QResultClass *res;
StatementClass *stmt = (StatementClass *) hstmt;
int num_cols, num_rows;
Int4 field_type;
-void *value;
+void *value = NULL;
int result;
char get_bookmark = FALSE;