sway

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

commit 7434c52421a0ec51f4cf7d262c4c5efa9ea68243
parent a5719f9f432b5f9378ebd2136f8a2cde46dfb407
Author: emersion <contact@emersion.fr>
Date:   Fri, 20 Apr 2018 09:07:59 +0100

Merge pull request #1827 from bpinto/swaybar-memory-leak

Fix memory leak on swaybar
Diffstat:
Mswaybar/i3bar.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/swaybar/i3bar.c b/swaybar/i3bar.c @@ -104,6 +104,7 @@ static bool i3bar_parse_json(struct status_line *status, const char *text) { json_object_get_int(border_right) : 1; wl_list_insert(&status->blocks, &block->link); } + json_object_put(results); return true; }