mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 12:28:04 +02:00
compositor-drm: Destroy sprites before destroying the outputs
This commit is contained in:
parent
310cee07ec
commit
5b65927f4f
1 changed files with 2 additions and 2 deletions
|
|
@ -1968,12 +1968,12 @@ drm_destroy(struct weston_compositor *ec)
|
|||
wl_event_source_remove(d->udev_drm_source);
|
||||
wl_event_source_remove(d->drm_source);
|
||||
|
||||
destroy_sprites(d);
|
||||
|
||||
weston_compositor_shutdown(ec);
|
||||
|
||||
ec->renderer->destroy(ec);
|
||||
|
||||
destroy_sprites(d);
|
||||
|
||||
if (d->gbm)
|
||||
gbm_device_destroy(d->gbm);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue