Re: [PATCH weston] compositor-wayland: Only destroy the egl_window when using GLES.

2016-09-02 Thread Quentin Glidic
On 02/09/2016 22:10, Derek Foreman wrote: On 01/09/16 09:19 AM, Emmanuel Gil Peyrot wrote: This prevents a segfault when unplugging an output when using pixman. Signed-off-by: Emmanuel Gil Peyrot Reviewed-by: Derek Foreman Really obvious segfault fix ;-) Pushed: 1714f01..85571a3 master -

Re: [PATCH weston] compositor-wayland: Only destroy the egl_window when using GLES.

2016-09-02 Thread Derek Foreman
On 01/09/16 09:19 AM, Emmanuel Gil Peyrot wrote: > This prevents a segfault when unplugging an output when using pixman. > > Signed-off-by: Emmanuel Gil Peyrot Reviewed-by: Derek Foreman > --- > libweston/compositor-wayland.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff -

[PATCH weston] compositor-wayland: Only destroy the egl_window when using GLES.

2016-09-01 Thread Emmanuel Gil Peyrot
This prevents a segfault when unplugging an output when using pixman. Signed-off-by: Emmanuel Gil Peyrot --- libweston/compositor-wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libweston/compositor-wayland.c b/libweston/compositor-wayland.c index 7c12b4c..c223baa 1