mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 00:02:37 -04:00
Fixes:
I forgot to clear out the variable created and the memory used. From: darcy@druid.net (D'Arcy J.M. Cain)
This commit is contained in:
parent
8738e47d03
commit
e2e6b2d730
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclCmds.c,v 1.10 1997/01/11 14:24:40 scrappy Exp $
|
* $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclCmds.c,v 1.11 1997/01/11 14:28:51 scrappy Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -391,7 +391,7 @@ Pg_disconnect(ClientData cData, Tcl_Interp *interp, int argc, char* argv[])
|
|||||||
**********************************/
|
**********************************/
|
||||||
|
|
||||||
int
|
int
|
||||||
Pg_exec(AlientData cData, Tcl_Interp *interp, int argc, char* argv[])
|
Pg_exec(ClientData cData, Tcl_Interp *interp, int argc, char* argv[])
|
||||||
{
|
{
|
||||||
Pg_clientData *cd = (Pg_clientData *)cData;
|
Pg_clientData *cd = (Pg_clientData *)cData;
|
||||||
PGconn *conn;
|
PGconn *conn;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user