This commit is contained in:
Sergi Granell 2017-04-18 17:13:06 +00:00 committed by GitHub
commit 1d48d912d3

View file

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