From 1070ffa0953e9200688fc8fae11e3ab0680b86f2 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 9 Oct 2018 12:28:48 -0400 Subject: [PATCH xserver] xfree86: LeaveVT from xf86CrtcCloseScreen Signed-off-by: Adam Jackson --- hw/xfree86/modes/xf86Crtc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/xfree86/modes/xf86Crtc.c b/hw/xfree86/modes/xf86Crtc.c index 37a45bb3af..45d325f4d2 100644 --- a/hw/xfree86/modes/xf86Crtc.c +++ b/hw/xfree86/modes/xf86Crtc.c @@ -760,6 +760,8 @@ xf86CrtcCloseScreen(ScreenPtr screen) xf86CrtcConfigPtr config = XF86_CRTC_CONFIG_PTR(scrn); int o, c; + scrn->LeaveVT(scrn); + /* The randr_output and randr_crtc pointers are already invalid as * the DIX resources were freed when the associated resources were * freed. Clear them now; referencing through them during the rest -- 2.19.0