Bugfix: free() output-names seperately (thx dothebart)

next
Axel Wagner 2011-01-26 12:02:09 +01:00
parent dc7cfeaa4f
commit 8fa720d6b9
1 changed files with 1 additions and 0 deletions

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