mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Merge pull request #902 from emersion/various-memory-leaks
Various memory leaks
This commit is contained in:
commit
fecb971518
12 changed files with 120 additions and 51 deletions
|
|
@ -239,6 +239,7 @@ static void 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