mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
criteria cleanup
This commit is contained in:
parent
6b03b1205d
commit
5505d84ac2
3 changed files with 12 additions and 7 deletions
|
|
@ -226,7 +226,7 @@ struct cmd_results *handle_command(char *_exec) {
|
|||
free(tokens);
|
||||
goto cleanup;
|
||||
}
|
||||
containers = container_for(tokens);
|
||||
containers = container_for_crit_tokens(tokens);
|
||||
|
||||
free(tokens);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue