diff options
-rw-r--r-- | src/interfaces/odbc/info.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/odbc/info.c b/src/interfaces/odbc/info.c index 6ffc7cc51b0..09439b2a5ea 100644 --- a/src/interfaces/odbc/info.c +++ b/src/interfaces/odbc/info.c @@ -3006,6 +3006,7 @@ PGAPI_ForeignKeys( make_string(szFkTableName, cbFkTableName, fk_table_needed); #ifdef MULTIBYTE + pkey_text = fkey_text = pkt_text = fkt_text = NULL; pkey_alloced = fkey_alloced = pkt_alloced = fkt_alloced = FALSE; conn = SC_get_conn(stmt); #endif /* MULTIBYTE */ |