mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04:00
Need to step forward in the loop to get to an end.
This commit is contained in:
parent
ad8305a43d
commit
65c2ec6f30
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue