mirror of
https://github.com/swaywm/sway.git
synced 2026-04-30 06:46:24 -04:00
Merge 54c56d2b42 into 7494a48378
This commit is contained in:
commit
1d48d912d3
1 changed files with 2 additions and 0 deletions
|
|
@ -106,6 +106,8 @@ char *workspace_next_name(const char *output_name) {
|
||||||
free(target);
|
free(target);
|
||||||
target = _target;
|
target = _target;
|
||||||
sway_log(L_DEBUG, "Workspace: Found free name %s", _target);
|
sway_log(L_DEBUG, "Workspace: Found free name %s", _target);
|
||||||
|
free(dup);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
free(dup);
|
free(dup);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue