sway

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

commit c9d634414af3883ace919317b3c38b512a5136b1
parent 93743e0d5f223d701ee934e61bfc7c2db4d24344
Author: Daniel Lockyer <thisisdaniellockyer@gmail.com>
Date:   Thu,  5 May 2016 23:30:28 +0100

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();