Re: [PATCH weston] compositor-drm: Add missing drmModeFreeResources in drm_device_is_kms

2017-03-30 Thread Quentin Glidic
On 3/28/17 12:44 PM, Sergi Granell wrote: Signed-off-by: Sergi Granell Nice: Reviewed-by: Quentin Glidic And pushed: eaa73584..ceb5981a master -> master Thanks, --- libweston/compositor-drm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libweston/compositor-drm.c b/libweston/

[PATCH weston] compositor-drm: Add missing drmModeFreeResources in drm_device_is_kms

2017-03-28 Thread Sergi Granell
Signed-off-by: Sergi Granell --- libweston/compositor-drm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libweston/compositor-drm.c b/libweston/compositor-drm.c index 4cb27b1d..3f7e97e6 100644 --- a/libweston/compositor-drm.c +++ b/libweston/compositor-drm.c @@ -3055,6 +3055,8 @@ drm_dev