aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/config.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sway/config.c b/sway/config.c
index 9ce73ceb..82215ba5 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -536,8 +536,7 @@ bool read_config(FILE *file, struct sway_config *config) {
536 default:; 536 default:;
537 } 537 }
538 free(line); 538 free(line);
539 free(res->input); 539 free_cmd_results(res);
540 free(res);
541 } 540 }
542 541
543 return success; 542 return success;