toytoolkit: Don't segfault on window close
authorJason Ekstrand <jason@jlekstrand.net>
Mon, 28 Oct 2013 02:32:54 +0000 (21:32 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 30 Oct 2013 15:40:24 +0000 (08:40 -0700)
commit4a7409a1f5b055fe7b8dffa763802d51381b1d22
tree415c23838f55eb3f1bae18b00d8e608a0bf14172
parent8ae63851dd57ee448d3d8897dca74d094d3f0cad
toytoolkit: Don't segfault on window close

Without this commit, the client will segmentation fault due to accessing
the frame after everything has been destroyed.
clients/window.c