mirror of
https://github.com/leahneukirchen/mblaze
synced 2024-11-11 13:10:32 +00:00
thread: initialize top->file
This commit is contained in:
parent
7f81aa6012
commit
b319493901
1
thread.c
1
thread.c
@ -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)";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user