thread: initialize top->file

pull/1/merge
Christian Neukirchen 8 years ago
parent 7f81aa6012
commit b319493901

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

Loading…
Cancel
Save