summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/config.c b/sway/config.c
index cfd3fd93..41879b87 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -357,6 +357,8 @@ 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
360 return success; 362 return success;
361} 363}
362 364