projects
/
postgresql-pgindent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad8305a
)
Need to step forward in the loop to get to an end.
author
Michael Meskes
<
[email protected]
>
Wed, 24 Mar 2021 21:06:31 +0000
(22:06 +0100)
committer
Michael Meskes
<
[email protected]
>
Wed, 24 Mar 2021 21:06:31 +0000
(22:06 +0100)
src/interfaces/ecpg/preproc/ecpg.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/preproc/ecpg.c
b/src/interfaces/ecpg/preproc/ecpg.c
index 3c6506017d886d14d826f9e0d6b65edda3016a54..ee2fa51588806e7776158291da9683b4904c106a 100644
(file)
--- a/
src/interfaces/ecpg/preproc/ecpg.c
+++ b/
src/interfaces/ecpg/preproc/ecpg.c
@@
-379,6
+379,7
@@
main(int argc, char *const argv[])
for (list = g_declared_list; list != NULL;)
{
struct declared_list *this = list;
+ list = list->next;
free(this);
}