sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit b41097c085e5fc0908773d5642a925a6700d068d
parent 93743e0d5f223d701ee934e61bfc7c2db4d24344
Author: Daniel Lockyer <thisisdaniellockyer@gmail.com>
Date:   Thu,  5 May 2016 23:50:12 +0100

sway/config.c: fix double free issue as we need to store path in list

Diffstat:
Msway/config.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git 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; }