(Ozone) Ensure all members are initialised when allocating nodes
This commit is contained in:
parent
e62aabea95
commit
d678fbd7b3
|
@ -3790,6 +3790,7 @@ ozone_node_t *ozone_alloc_node(void)
|
||||||
node->content_icon = 0;
|
node->content_icon = 0;
|
||||||
node->fullpath = NULL;
|
node->fullpath = NULL;
|
||||||
node->sublabel_lines = 0;
|
node->sublabel_lines = 0;
|
||||||
|
node->wrap = false;
|
||||||
|
|
||||||
return node;
|
return node;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue