aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/bar
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-10-08 15:50:56 +0200
committerGitHub <noreply@github.com>2018-10-08 15:50:56 +0200
commit45f2cd0c73cb21bea6ae27bd396cd3721f3cd41a (patch)
tree8fdc0a2cf97e16d129c893841a32081903804a98 /sway/commands/bar
parent1c1fbd49db9a493af8101792ceede5f035724a6d (diff)
parentab3a397d58898045c3461bbdca8f48361ccfb8f4 (diff)
downloadsway-45f2cd0c73cb21bea6ae27bd396cd3721f3cd41a.tar.xz
Merge pull request #2793 from emersion/disable-swaybg
Allow swaybg to be disabled
Diffstat (limited to 'sway/commands/bar')
-rw-r--r--sway/commands/bar/status_command.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/commands/bar/status_command.c b/sway/commands/bar/status_command.c
index 5ea22525..5b4fdc87 100644
--- a/sway/commands/bar/status_command.c
+++ b/sway/commands/bar/status_command.c
@@ -20,6 +20,8 @@ struct cmd_results *bar_cmd_status_command(int argc, char **argv) {
config->current_bar->status_command = new_command;
wlr_log(WLR_DEBUG, "Feeding bar with status command: %s",
config->current_bar->status_command);
+ } else {
+ free(new_command);
}
if (config->active && !config->validating) {