commit | ed04d38f6aa700a4634aa3f44b971e012600ebe4 | [log] [tgz] |
---|---|---|
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | Fri Jun 13 18:10:26 2014 +0200 |
committer | Jason Ekstrand <jason.ekstrand@intel.com> | Wed Jun 18 11:22:27 2014 -0700 |
tree | 294d2837fce1eea3be4fa88c24fc3dcb260b4414 | |
parent | 549a53f18638438aba183dfdd1e0b6650985c3eb [diff] |
compositor: unmap subsurface views before destroying the subsurfaces 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