aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index 41879b87..9ce73ceb 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -267,8 +267,8 @@ static char *get_config_path(void) {
267 strcpy(config_home, home); 267 strcpy(config_home, home);
268 strcat(config_home, "/.config"); 268 strcat(config_home, "/.config");
269 setenv("XDG_CONFIG_HOME", config_home, 1); 269 setenv("XDG_CONFIG_HOME", config_home, 1);
270 free(config_home);
271 sway_log(L_DEBUG, "Set XDG_CONFIG_HOME to %s", config_home); 270 sway_log(L_DEBUG, "Set XDG_CONFIG_HOME to %s", config_home);
271 free(config_home);
272 } 272 }
273 273
274 wordexp_t p; 274 wordexp_t p;