commit b8722ecd5f43c2c6f132809595109e9cb5fbfec6 parent e077ebdc722204bf88072dad376fa1dbe9993c95 Author: Daniel Lockyer <thisisdaniellockyer@gmail.com> Date: Fri, 29 Apr 2016 18:09:56 +0100 sway/config.c: Leading on from cdf017c, we need to free path Diffstat:
| M | sway/config.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/sway/config.c b/sway/config.c @@ -357,6 +357,8 @@ bool load_main_config(const char *file, bool is_active) { update_active_bar_modifiers(); } + free(path); + return success; }