Need to step forward in the loop to get to an end.

pull/64/head
Michael Meskes 5 years ago
parent ad8305a43d
commit 65c2ec6f30
  1. 1
      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);
}

Loading…
Cancel
Save