]> git.sur5r.net Git - i3/i3/commitdiff
free block->instance when cleaning up statusline 1481/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Wed, 18 Feb 2015 19:29:11 +0000 (20:29 +0100)
committerIngo Bürk <ingo.buerk@tngtech.com>
Wed, 18 Feb 2015 19:29:11 +0000 (20:29 +0100)
i3bar/src/child.c

index 1860b8792d9798fa820880eb8dcb680caf322102..6d2f58b97e044d8a5ec2120971087e0534b72277 100644 (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);