]> git.sur5r.net Git - i3/i3/commitdiff
Bugfix: free() output-names seperately (thx dothebart)
authorAxel Wagner <mail@merovius.de>
Wed, 26 Jan 2011 11:02:09 +0000 (12:02 +0100)
committerAxel Wagner <mail@merovius.de>
Wed, 26 Jan 2011 11:58:11 +0000 (12:58 +0100)
i3bar/src/xcb.c

index e481e314ed7d3bad7fde32e208b32ad31e6f4035..7e4e3d826f3e9cde689bff259405261555233e9c 100644 (file)
@@ -586,6 +586,7 @@ void clean_xcb() {
         destroy_window(o_walk);
         FREE_TAILQ(o_walk->workspaces, i3_ws);
         FREE(o_walk->workspaces);
+        FREE(o_walk->name);
     }
     FREE_SLIST(outputs, i3_output);
     FREE(outputs);