diff options
author | Brian Ashworth <RedSoxFan@users.noreply.github.com> | 2018-07-16 22:12:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-16 22:12:29 -0400 |
commit | 10fc7a5b494822a944bbada33b2cb25926447d76 (patch) | |
tree | fb23163603e5ac4221d6ee27ff91dffb19e3295f /sway/config.c | |
parent | 75c699db62e63e2a3c2aa652c9ba9482a8f13ec3 (diff) | |
parent | db3a36373435a34b8d0a5fc4e90eacaa2b1dae6b (diff) | |
download | sway-10fc7a5b494822a944bbada33b2cb25926447d76.tar.xz |
Merge branch 'master' into default-floating-border
Diffstat (limited to 'sway/config.c')
-rw-r--r-- | sway/config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c index f63835bf..2c051146 100644 --- a/sway/config.c +++ b/sway/config.c @@ -474,7 +474,6 @@ static bool load_include_config(const char *path, const char *parent_dir, list_del(config->config_chain, index); return false; } - free(real_path); // restore current_config_path config->current_config_path = parent_config; |