mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Need to step forward in the loop to get to an end.
This commit is contained in:
parent
ad8305a43d
commit
65c2ec6f30
@ -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 New Issue
Block a user