aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/config.c b/sway/config.c
index f60decb5..cfd3fd93 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -534,6 +534,7 @@ bool read_config(FILE *file, struct sway_config *config) {
534 default:; 534 default:;
535 } 535 }
536 free(line); 536 free(line);
537 free(res->input);
537 free(res); 538 free(res);
538 } 539 }
539 540