sway

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

commit db651a41f3db0d3c97504e388650a5f3fd8fa955
parent 93743e0d5f223d701ee934e61bfc7c2db4d24344
Author: Drew DeVault <sir@cmpwn.com>
Date:   Thu,  5 May 2016 18:01:19 -0700

Merge pull request #639 from neosilky/freefix

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