Bugfix: free() output-names seperately (thx dothebart)
This commit is contained in:
parent
dc7cfeaa4f
commit
8fa720d6b9
|
@ -586,6 +586,7 @@ void clean_xcb() {
|
||||||
destroy_window(o_walk);
|
destroy_window(o_walk);
|
||||||
FREE_TAILQ(o_walk->workspaces, i3_ws);
|
FREE_TAILQ(o_walk->workspaces, i3_ws);
|
||||||
FREE(o_walk->workspaces);
|
FREE(o_walk->workspaces);
|
||||||
|
FREE(o_walk->name);
|
||||||
}
|
}
|
||||||
FREE_SLIST(outputs, i3_output);
|
FREE_SLIST(outputs, i3_output);
|
||||||
FREE(outputs);
|
FREE(outputs);
|
||||||
|
|
Loading…
Reference in New Issue