Re: [PATCH weston] exposay: don't crash if a view goes away

2014-02-19 Thread Emilio Pozuelo Monfort
On 10/02/14 21:17, Daniel Stone wrote: > Hi, > > On 10 February 2014 13:23, Emilio Pozuelo Monfort wrote: >> When a view was destroyed while we were on exposay, we didn't >> remove it from the list of views, and so when leaving exposay >> we were trying to animate (and sometimes activate) a >> no

Re: [PATCH weston] exposay: don't crash if a view goes away

2014-02-18 Thread Kristian Høgsberg
On Mon, Feb 10, 2014 at 02:23:04PM +0100, Emilio Pozuelo Monfort wrote: > From: Emilio Pozuelo Monfort > > When a view was destroyed while we were on exposay, we didn't > remove it from the list of views, and so when leaving exposay > we were trying to animate (and sometimes activate) a > non-exi

Re: [PATCH weston] exposay: don't crash if a view goes away

2014-02-10 Thread Daniel Stone
Hi, On 10 February 2014 13:23, Emilio Pozuelo Monfort wrote: > When a view was destroyed while we were on exposay, we didn't > remove it from the list of views, and so when leaving exposay > we were trying to animate (and sometimes activate) a > non-existent view, causing a crash. This should tr

[PATCH weston] exposay: don't crash if a view goes away

2014-02-10 Thread Emilio Pozuelo Monfort
From: Emilio Pozuelo Monfort When a view was destroyed while we were on exposay, we didn't remove it from the list of views, and so when leaving exposay we were trying to animate (and sometimes activate) a non-existent view, causing a crash. Signed-off-by: Emilio Pozuelo Monfort --- desktop-sh