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