sway

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

commit 1eb0dc2922d608179a00bbf74687f7cdf645381f
parent 4bebee620f1160d6531d9aaa9b528029f75cecf4
Author: Rouven Czerwinski <rouven@czerwinskis.de>
Date:   Tue,  9 Oct 2018 13:10:39 +0200

config: remove double free of config->swaynag_command

Fixes #2796

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

diff --git a/sway/config.c b/sway/config.c @@ -73,8 +73,6 @@ void free_config(struct sway_config *config) { memset(&config->handler_context, 0, sizeof(config->handler_context)); - free(config->swaynag_command); - // TODO: handle all currently unhandled lists as we add implementations if (config->symbols) { for (int i = 0; i < config->symbols->length; ++i) {