From b41097c085e5fc0908773d5642a925a6700d068d Mon Sep 17 00:00:00 2001 From: Daniel Lockyer 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(-) (limited to 'sway/config.c') 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-54-g00ecf