mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
sway/config.c: fix double free issue as we need to store path in list
This commit is contained in:
parent
93743e0d5f
commit
b41097c085
1 changed files with 0 additions and 2 deletions
|
|
@ -357,8 +357,6 @@ bool load_main_config(const char *file, bool is_active) {
|
|||
update_active_bar_modifiers();
|
||||
}
|
||||
|
||||
free(path);
|
||||
|
||||
return success;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue