Re: [PATCH] compositor: unmap subsurface views before destroying the subsurfaces

2014-06-25 Thread Pekka Paalanen
On Fri, 13 Jun 2014 18:10:26 +0200 George Kiagiadakis wrote: > This is to avoid recursing into weston_compositor_build_view_list() > and therefore fix crashing when destroying a stack of visible subsurfaces > due to weston_compositor_build_view_list() being called recursively > and corrupting the

[PATCH] compositor: unmap subsurface views before destroying the subsurfaces

2014-06-13 Thread George Kiagiadakis
This is to avoid recursing into weston_compositor_build_view_list() and therefore fix crashing when destroying a stack of visible subsurfaces due to weston_compositor_build_view_list() being called recursively and corrupting the lists it works on. https://bugs.freedesktop.org/show_bug.cgi?id=79684