mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
backend: destroy renderer when destroying backend
This commit is contained in:
parent
097561d6bf
commit
cd9f25711c
3 changed files with 3 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ static void wlr_x11_backend_destroy(struct wlr_backend *backend) {
|
|||
}
|
||||
wl_list_remove(&x11->display_destroy.link);
|
||||
|
||||
wlr_renderer_destroy(x11->renderer);
|
||||
wlr_egl_finish(&x11->egl);
|
||||
|
||||
if (x11->cursor) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue