free block->instance when cleaning up statusline

next
Ingo Bürk 2015-02-18 20:29:11 +01:00
parent 1fde82d584
commit 801dd06c6d
1 changed files with 1 additions and 0 deletions

View File

@ -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);