From 99028df5f6e71e1cfbd499c4e67db79a7bd2634c Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Thu, 5 May 2016 23:50:12 +0100 Subject: sway/config.c: fix double free issue as we need to store path in list --- sway/config.c | 2 -- 1 file changed, 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; } -- cgit v1.2.3