mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-01-30 08:35:02 +01:00
Merge pull request #639 from neosilky/freefix
sway/config.c: fix double free issue as we need to store path in list
This commit is contained in:
commit
db651a41f3
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
Reference in a new issue