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:
5620f27
)
Applied patch by Peter Harris to free auto_mem struct in ECPGconnect.
author
Michael Meskes
<
[email protected]
>
Wed, 8 Nov 2006 10:48:21 +0000
(10:48 +0000)
committer
Michael Meskes
<
[email protected]
>
Wed, 8 Nov 2006 10:48:21 +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 9b6964a31b9cd7a5774a53afae0996cc7d73f1dd..40061673ca41f60c96f477356410310b6dbf9fee 100644
(file)
--- a/
src/interfaces/ecpg/ecpglib/connect.c
+++ b/
src/interfaces/ecpg/ecpglib/connect.c
@@
-272,6
+272,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;