aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 3ab5add6..a77ff791 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -226,7 +226,7 @@ struct cmd_results *handle_command(char *_exec) {
226 free(tokens); 226 free(tokens);
227 goto cleanup; 227 goto cleanup;
228 } 228 }
229 containers = container_for(tokens); 229 containers = container_for_crit_tokens(tokens);
230 230
231 free(tokens); 231 free(tokens);
232 } else { 232 } else {