mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-20 06:50:04 +01:00
output/state: add missing unref for color_transform
This commit is contained in:
parent
fa7b66bcf4
commit
106f0f9506
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ void wlr_output_state_finish(struct wlr_output_state *state) {
|
|||
pixman_region32_fini(&state->damage);
|
||||
wlr_drm_syncobj_timeline_unref(state->wait_timeline);
|
||||
wlr_drm_syncobj_timeline_unref(state->signal_timeline);
|
||||
wlr_color_transform_unref(state->color_transform);
|
||||
free(state->image_description);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue