Bugfix: Fix segfault when starting i3 (Thanks pnutzh4x0r)
This commit is contained in:
parent
f09d9a4c37
commit
a506e59b3c
|
@ -207,6 +207,7 @@ static void _workspace_show(Con *workspace, bool changed_num_workspaces) {
|
||||||
* the corresponding workspace is cleaned up. */
|
* the corresponding workspace is cleaned up. */
|
||||||
|
|
||||||
FREE(previous_workspace_name);
|
FREE(previous_workspace_name);
|
||||||
|
if (current)
|
||||||
previous_workspace_name = sstrdup(current->name);
|
previous_workspace_name = sstrdup(current->name);
|
||||||
|
|
||||||
workspace_reassign_sticky(workspace);
|
workspace_reassign_sticky(workspace);
|
||||||
|
|
Loading…
Reference in New Issue