commit | 00db2ee5ffd3934f2699e17f5ba793c86d87b27d | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Thu Jul 04 02:29:32 2013 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Jul 04 02:31:53 2013 -0400 |
tree | 84c5444ccbe85fbe08c23e96299a044e6da60997 | |
parent | 6780073d7815ea92bbe401115824c31ebdcffbd5 [diff] |
xwayland: Don't crash when we get configure notify for destroyed frame windows We can get a destroy notify for the frame window after we've removed it from the hash table. This turns into a NULL pointer deref when we look up the window and try to use it for debugging printout. Fixes the failing xwayland test case.