aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/bar/tray_bind.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/bar/tray_bind.c')
-rw-r--r--sway/commands/bar/tray_bind.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/bar/tray_bind.c b/sway/commands/bar/tray_bind.c
index c910d106..243834ba 100644
--- a/sway/commands/bar/tray_bind.c
+++ b/sway/commands/bar/tray_bind.c
@@ -52,6 +52,7 @@ static struct cmd_results *tray_bind(int argc, char **argv, bool code) {
52 } 52 }
53 } 53 }
54 if (!binding->command) { 54 if (!binding->command) {
55 free(binding);
55 return cmd_results_new(CMD_INVALID, "[Bar %s] Invalid tray command %s", 56 return cmd_results_new(CMD_INVALID, "[Bar %s] Invalid tray command %s",
56 config->current_bar->id, argv[1]); 57 config->current_bar->id, argv[1]);
57 } 58 }