native: Don't leak DRM plane resources

This commit is contained in:
Rui Matos 2016-01-07 19:35:12 +01:00
parent efef0c993b
commit 9385c835b8

View File

@ -561,6 +561,8 @@ init_crtc_rotations (MetaMonitorManager *manager,
drmModeFreePlane (drm_plane);
}
drmModeFreePlaneResources (planes);
}
static void