sway/config.c: res->input is a malloc'ed section which wasn't freed

master
Daniel Lockyer 9 years ago
parent cdf017ceea
commit e077ebdc72

@ -534,6 +534,7 @@ bool read_config(FILE *file, struct sway_config *config) {
default:;
}
free(line);
free(res->input);
free(res);
}

Loading…
Cancel
Save