workspace_next_name: free targets later than these already found in order

This commit is contained in:
Dominique Martinet 2018-07-04 18:51:21 +09:00
parent 785ed4383b
commit 9314c45c41
1 changed files with 2 additions and 0 deletions

View File

@ -191,6 +191,8 @@ char *workspace_next_name(const char *output_name) {
free(target);
target = _target;
wlr_log(L_DEBUG, "Workspace: Found free name %s", _target);
} else {
free(_target);
}
}
free(dup);