native: Don't leak DRM plane resources
This commit is contained in:
parent
efef0c993b
commit
9385c835b8
1 changed files with 2 additions and 0 deletions
|
@ -561,6 +561,8 @@ init_crtc_rotations (MetaMonitorManager *manager,
|
|||
|
||||
drmModeFreePlane (drm_plane);
|
||||
}
|
||||
|
||||
drmModeFreePlaneResources (planes);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Reference in a new issue