mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Use libinput_event_destroy/xkb_*_unref
Also sneak in a missing drmModeFreePlaneResources
This commit is contained in:
parent
e1293a7853
commit
de86965174
3 changed files with 4 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ static bool init_planes(struct wlr_backend_state *drm) {
|
|||
drm->primary_planes = drm->overlay_planes + drm->num_overlay_planes;
|
||||
drm->cursor_planes = drm->primary_planes + drm->num_primary_planes;
|
||||
|
||||
drmModeFreePlaneResources(plane_res);
|
||||
return true;
|
||||
|
||||
error_planes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue