Re: [PATCH weston] desktop-shell: Fix output destroying

2016-08-20 Thread Quentin Glidic
On 20/08/2016 18:24, Armin Krezović wrote: On 20.08.2016 18:20, Quentin Glidic wrote: From: Quentin Glidic Now we properly unregister from the panel/background surface destroy signals if the output is destroyed first. Trivial, and it fixes a crash. Reviewed-by: Armin Krezović Thanks, pus

Re: [PATCH weston] desktop-shell: Fix output destroying

2016-08-20 Thread Armin Krezović
On 20.08.2016 18:20, Quentin Glidic wrote: > From: Quentin Glidic > > Now we properly unregister from the panel/background surface destroy > signals if the output is destroyed first. Trivial, and it fixes a crash. Reviewed-by: Armin Krezović > > Signed-off-by: Quentin Glidic > --- > deskto

[PATCH weston] desktop-shell: Fix output destroying

2016-08-20 Thread Quentin Glidic
From: Quentin Glidic Now we properly unregister from the panel/background surface destroy signals if the output is destroyed first. Signed-off-by: Quentin Glidic --- desktop-shell/shell.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index