sway/config.c: fix double free issue as we need to store path in list

master
Daniel Lockyer 9 years ago
parent 93743e0d5f
commit b41097c085

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

Loading…
Cancel
Save