commit | f942b73a1c25260b5903efc573b4d7bbb1c48bcc | [log] [tgz] |
---|---|---|
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | Mon Feb 10 14:23:04 2014 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Feb 18 14:04:39 2014 -0800 |
tree | edb3443c67e2d94a25ec7ad361da3d382bb4632c | |
parent | 3b6e68e2c1e3b80173f29b9930f966ce84fd5c77 [diff] |
exposay: don't crash if a view goes away 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 <emilio.pozuelo@collabora.co.uk>