Clean up the gbm/egl as well
This commit is contained in:
parent
2cdb646531
commit
cde0f454b3
|
@ -75,6 +75,10 @@ bool wlr_drm_surface_init(struct wlr_drm_surface *surf,
|
|||
gbm_surface_release_buffer(surf->gbm, surf->back);
|
||||
surf->back = NULL;
|
||||
}
|
||||
gbm_surface_destroy(surf->gbm);
|
||||
}
|
||||
if (surf->egl) {
|
||||
eglDestroySurface(surf->renderer->egl.display, surf->egl);
|
||||
}
|
||||
|
||||
surf->gbm = gbm_surface_create(renderer->gbm, width, height,
|
||||
|
|
Loading…
Reference in New Issue