Clean up the gbm/egl as well

This commit is contained in:
Markus Ongyerth 2018-01-29 11:49:31 +01:00
parent 2cdb646531
commit cde0f454b3
1 changed files with 4 additions and 0 deletions

View File

@ -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,