projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e6012c
)
Applied patch by Peter Harris to free auto_mem struct in ECPGconnect.
author
Michael Meskes
<
[email protected]
>
Wed, 8 Nov 2006 10:48:27 +0000
(10:48 +0000)
committer
Michael Meskes
<
[email protected]
>
Wed, 8 Nov 2006 10:48:27 +0000
(10:48 +0000)
src/interfaces/ecpg/ecpglib/connect.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/ecpglib/connect.c
b/src/interfaces/ecpg/ecpglib/connect.c
index 6dcd5765697ae53163119a6d6cd2badfda166367..036a2736121d25dbed71f5de6c3111af9d65854d 100644
(file)
--- a/
src/interfaces/ecpg/ecpglib/connect.c
+++ b/
src/interfaces/ecpg/ecpglib/connect.c
@@
-277,6
+277,8
@@
ECPGconnect(int lineno, int c, const char *name, const char *user, const char *p
ECPGinit_sqlca(sqlca);
+ ECPGclear_auto_mem();
+
if (INFORMIX_MODE(compat))
{
char *envname;