Merge pull request #902 from emersion/various-memory-leaks

Various memory leaks
This commit is contained in:
Drew DeVault 2018-04-26 11:34:49 +02:00 committed by GitHub
commit fecb971518
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 120 additions and 51 deletions

View file

@ -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) {