summaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
Diffstat (limited to 'sway')
-rw-r--r--sway/main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sway/main.c b/sway/main.c
index 8f11ecb9..51b12d20 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -224,9 +224,7 @@ int main(int argc, char **argv) {
224 wlc_run(); 224 wlc_run();
225 } 225 }
226 226
227 if (input_devices) { 227 list_free(input_devices);
228 free(input_devices);
229 }
230 228
231 ipc_terminate(); 229 ipc_terminate();
232 230