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
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