mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
native: Don't leak DRM plane resources
This commit is contained in:
parent
efef0c993b
commit
9385c835b8
@ -561,6 +561,8 @@ init_crtc_rotations (MetaMonitorManager *manager,
|
||||
|
||||
drmModeFreePlane (drm_plane);
|
||||
}
|
||||
|
||||
drmModeFreePlaneResources (planes);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user