color mgmt: bug fixes

This commit is contained in:
Devin Bayer 2020-08-03 11:25:09 +02:00
parent 10bf68b928
commit 1c0643d800
8 changed files with 30 additions and 11 deletions

View file

@ -380,6 +380,7 @@ void wlr_output_destroy(struct wlr_output *output) {
}
free(output->description);
wlr_color_config_free(output->color);
pixman_region32_fini(&output->pending.damage);