sway/config.c: Leading on from cdf017c, we need to free path

master
Daniel Lockyer 9 years ago
parent e077ebdc72
commit b8722ecd5f

@ -357,6 +357,8 @@ bool load_main_config(const char *file, bool is_active) {
update_active_bar_modifiers();
}
free(path);
return success;
}

Loading…
Cancel
Save