1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fixing some of the memory leaks in ODBCColumns().

modified:
  storage/connect/odbconn.cpp
This commit is contained in:
Alexander Barkov
2013-07-08 13:11:40 +04:00
parent a8fb8e141e
commit d7283bc59a

View File

@@ -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. */
/************************************************************************/