projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
017daed
)
Removed superfluous ECPGfree() call.
author
Michael Meskes
Fri, 21 Sep 2007 10:59:27 +0000
(10:59 +0000)
committer
Michael Meskes
Fri, 21 Sep 2007 10:59:27 +0000
(10:59 +0000)
src/interfaces/ecpg/ecpglib/execute.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/ecpglib/execute.c
b/src/interfaces/ecpg/ecpglib/execute.c
index 4a9f82cc1ac19af2d942e0419cb8b45fc1c2b4a2..a1aad0b30a1c4d7c2f3213f2fb9fee78106ee278 100644
(file)
--- a/
src/interfaces/ecpg/ecpglib/execute.c
+++ b/
src/interfaces/ecpg/ecpglib/execute.c
@@
-1,4
+1,4
@@
-/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/execute.c,v 1.6
8 2007/08/14 10:01:52
meskes Exp $ */
+/* $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/execute.c,v 1.6
9 2007/09/21 10:59:27
meskes Exp $ */
/*
* The aim is to get a simpler inteface to the database routines.
@@
-1492,7
+1492,6
@@
ECPGdo(const int lineno, const int compat, const int force_indicator, const char
{
setlocale(LC_NUMERIC, oldlocale);
ECPGfree(oldlocale);
- ECPGfree(prepname);
va_end(args);
return false;
}