cmd_output: Replace existing config if called multiple times.

This commit is contained in:
S. Christoffer Eliesen 2015-11-16 11:40:24 +01:00
parent 00a4591b39
commit a94a91a723
3 changed files with 11 additions and 1 deletions

View file

@ -36,7 +36,7 @@ static void free_mode(struct sway_mode *mode) {
free(mode);
}
static void free_output_config(struct output_config *oc) {
void free_output_config(struct output_config *oc) {
free(oc->name);
free(oc);
}