compositor: Surface is unmapped when surface->output is NULL
authorKristian Høgsberg <krh@bitplanet.net>
Mon, 20 Feb 2012 03:15:21 +0000 (22:15 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 20 Feb 2012 03:15:21 +0000 (22:15 -0500)
commitd0e2ef7779b0fc70f13a8c2191758f5822bc320a
treef91a461b1a04f0da4f6b1d56a203333b590a4742
parent0704539ec4d81256b95b5b89129d8740f86cb8e3
compositor: Surface is unmapped when surface->output is NULL

surface->buffer can be NULL, which happens when a client destroys the
attached buffer.  Fixes list corruption on resize.
src/compositor.c