mirror of
https://github.com/swaywm/sway.git
synced 2025-11-13 13:29:49 -05:00
Revert "config: free include path on successful load"
This reverts commit 92450883d7.
This commit is contained in:
parent
9c8d73dad6
commit
db3a363734
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue