free block->instance when cleaning up statusline
This commit is contained in:
parent
1fde82d584
commit
801dd06c6d
|
@ -72,6 +72,7 @@ static void clear_statusline(struct statusline_head *head, bool free_resources)
|
|||
I3STRING_FREE(first->full_text);
|
||||
FREE(first->color);
|
||||
FREE(first->name);
|
||||
FREE(first->instance);
|
||||
}
|
||||
|
||||
TAILQ_REMOVE(head, first, blocks);
|
||||
|
|
Loading…
Reference in New Issue