thread: initialize top->file

This commit is contained in:
Christian Neukirchen 2016-07-19 14:58:16 +02:00
parent 7f81aa6012
commit b319493901

View File

@ -231,6 +231,7 @@ find_roots()
{ {
top = malloc (sizeof (struct container)); top = malloc (sizeof (struct container));
top->msg = 0; top->msg = 0;
top->file = 0;
top->next = top->child = top->parent = 0; top->next = top->child = top->parent = 0;
top->mid = "(top)"; top->mid = "(top)";