diff options
Diffstat (limited to 'sway/config.c')
-rw-r--r-- | sway/config.c | 2 |
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) { update_active_bar_modifiers(); } - free(path); - return success; } |