Merge pull request #638 from neosilky/memleak

sway/main.c: simplify free'ing by switching to the helper method
master
Drew DeVault 9 years ago
commit 6abdc07559

@ -224,9 +224,7 @@ int main(int argc, char **argv) {
wlc_run(); wlc_run();
} }
if (input_devices) { list_free(input_devices);
free(input_devices);
}
ipc_terminate(); ipc_terminate();

Loading…
Cancel
Save