OSDN Git Service

I suspect that you are not the person to send this to, but I wasn't sure
authorBruce Momjian <bruce@momjian.us>
Mon, 14 Feb 2000 12:33:19 +0000 (12:33 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 14 Feb 2000 12:33:19 +0000 (12:33 +0000)
commitf4ca323d21bbe2702171e8dd82b83b8566580c30
tree2401bb51fb0eeebf96d48761ac0de1083bcea5cf
parentd891ca18538df78e7a9f126b041a8693c17f244e
I suspect that you are not the person to send this to, but I wasn't sure
where else to mail it. I am the maintainer of unixODBC, and we have a
set of code in our project that started life as the Postgres windows
ODBC driver, which has been ported back to unix. Anyway I have just
fixed a memory leak in the driver, and I cant see any mention of the fix
being done in the main Postgres code, so I thougth I would let you know.

Its in the statement.c module, after the COMMIT statement has been
executed in SC_Execute, the code was

Nick Gorham
src/interfaces/odbc/statement.c