On Fri, Jul 26, 2013 at 04:29:35PM +0100, Rob Bradford wrote:
> From: Rob Bradford <[email protected]>
> 
> ---
>  src/compositor-drm.c | 2 ++
>  1 file changed, 2 insertions(+)

This and the rest applied.  Good fixes, thanks.

Kristian

> diff --git a/src/compositor-drm.c b/src/compositor-drm.c
> index 5a5d79c..cf626ba 100644
> --- a/src/compositor-drm.c
> +++ b/src/compositor-drm.c
> @@ -2260,6 +2260,8 @@ drm_destroy(struct weston_compositor *ec)
>               weston_log("failed to drop master: %m\n");
>       tty_destroy(d->tty);
>  
> +     close(d->drm.fd);
> +
>       free(d);
>  }
>  
> -- 
> 1.8.3.1
> 
> _______________________________________________
> wayland-devel mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to