Commit 65c2ec6f authored by Michael Meskes's avatar Michael Meskes

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

parent ad8305a4
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment