sway

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

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

Merge pull request #638 from neosilky/memleak

sway/main.c: simplify free'ing by switching to the helper method
Diffstat:
Msway/main.c | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sway/main.c b/sway/main.c @@ -224,9 +224,7 @@ int main(int argc, char **argv) { wlc_run(); } - if (input_devices) { - free(input_devices); - } + list_free(input_devices); ipc_terminate();