summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/config.c b/sway/config.c
index e74bfb65..f38e37b6 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -124,6 +124,7 @@ static char *get_config_path() {
124 return test; 124 return test;
125 } 125 }
126 free(test); 126 free(test);
127 test = NULL;
127 } 128 }
128 free_flat_list(paths); 129 free_flat_list(paths);
129 } 130 }