mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-26 06:46:56 -04:00
color mgmt: bug fixes
This commit is contained in:
parent
10bf68b928
commit
1c0643d800
8 changed files with 30 additions and 11 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue