Re: [PATCH weston] xwayland: Clean up the WM properly if X server crashes

2014-08-27 Thread Pekka Paalanen
On Thu, 19 Jun 2014 01:03:31 -0700 Dima Ryazanov wrote: > The X cleanup code uses wxs->wm to check if the WM has been created - but that > variable was never initialized. So if X crashes, the WM doesn't get destroyed, > causing a crash when it tries to repaint a window. > > Signed-off-by: Dima R

[PATCH weston] xwayland: Clean up the WM properly if X server crashes

2014-06-19 Thread Dima Ryazanov
The X cleanup code uses wxs->wm to check if the WM has been created - but that variable was never initialized. So if X crashes, the WM doesn't get destroyed, causing a crash when it tries to repaint a window. Signed-off-by: Dima Ryazanov --- xwayland/launcher.c | 6 -- 1 file changed, 4 inse