From e2e6b2d730bac6833324b529f76ca3064288900f Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sat, 11 Jan 1997 14:28:51 +0000 Subject: [PATCH] Fixes: I forgot to clear out the variable created and the memory used. From: darcy@druid.net (D'Arcy J.M. Cain) --- src/interfaces/libpgtcl/pgtclCmds.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interfaces/libpgtcl/pgtclCmds.c b/src/interfaces/libpgtcl/pgtclCmds.c index 2c7b9182eb4..0cfc3cb3a86 100644 --- a/src/interfaces/libpgtcl/pgtclCmds.c +++ b/src/interfaces/libpgtcl/pgtclCmds.c @@ -7,7 +7,7 @@ * * * 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 -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; PGconn *conn; -- 2.39.5