mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
This change is necessary to fix a segfault in intel driver at CloseScreen. sna_early_close_screen() releases the cursor using FreeCursor(), which needs miDCScreen private of pScreen. It has already been released by miDCCloseScreen(), which is a pre-hook, and segfault occurs. Hence it is necessary to move miDCCloseScreen() to post-hooks. Signed-off-by: Oleh Nykyforchyn <oleh.nyk@gmail.com>
16 KiB
16 KiB