aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/config.c b/sway/config.c
index 69ae7c03..237d8996 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -357,8 +357,6 @@ bool load_main_config(const char *file, bool is_active) {
357 update_active_bar_modifiers(); 357 update_active_bar_modifiers();
358 } 358 }
359 359
360 free(path);
361
362 return success; 360 return success;
363} 361}
364 362