sway

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

commit 0f29f048167739c6f92d241d2aacbfcf6972c39c
parent 1ec8e082a2693418b79071e052e45a040baab009
Author: Drew DeVault <sir@cmpwn.com>
Date:   Wed, 19 Aug 2015 08:24:39 -0400

Set test to NULL when appropriate

Thanks @SyedAmerGilani

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

diff --git a/sway/config.c b/sway/config.c @@ -124,6 +124,7 @@ static char *get_config_path() { return test; } free(test); + test = NULL; } free_flat_list(paths); }