Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite2e6b2d

Browse files
committed
Fixes:
I forgot to clear out the variable created and the memory used.From: darcy@druid.net (D'Arcy J.M. Cain)
1 parent8738e47 commite2e6b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/libpgtcl/pgtclCmds.c‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclCmds.c,v 1.10 1997/01/11 14:24:40 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/pgtclCmds.c,v 1.11 1997/01/11 14:28:51 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -391,7 +391,7 @@ Pg_disconnect(ClientData cData, Tcl_Interp *interp, int argc, char* argv[])
391391
**********************************/
392392

393393
int
394-
Pg_exec(AlientDatacData,Tcl_Interp*interp,intargc,char*argv[])
394+
Pg_exec(ClientDatacData,Tcl_Interp*interp,intargc,char*argv[])
395395
{
396396
Pg_clientData*cd= (Pg_clientData*)cData;
397397
PGconn*conn;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp