Browse Source

Fixing some of the memory leaks in ODBCColumns().

modified:
  storage/connect/odbconn.cpp
pull/3/head
Alexander Barkov 13 years ago
parent
commit
d7283bc59a
  1. 3
      storage/connect/odbconn.cpp

3
storage/connect/odbconn.cpp

@ -304,6 +304,9 @@ PQRYRES ODBCColumns(PGLOBAL g, char *dsn, char *table,
} else
qrp = NULL;
/* Cleanup */
ocp->Close();
/************************************************************************/
/* Return the result pointer for use by GetData routines. */
/************************************************************************/

Loading…
Cancel
Save