Re: [PATCH] toytoolkit: Don't segfault on window close

2013-10-30 Thread Kristian Høgsberg
On Sun, Oct 27, 2013 at 09:32:54PM -0500, Jason Ekstrand wrote: > Without this commit, the client will segmentation fault due to accessing > the frame after everything has been destroyed. > > --- > clients/window.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Yup, I hit this a couple

[PATCH] toytoolkit: Don't segfault on window close

2013-10-27 Thread Jason Ekstrand
Without this commit, the client will segmentation fault due to accessing the frame after everything has been destroyed. --- clients/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/window.c b/clients/window.c index 331569a..be61a53 100644 --- a/clients/window.c