diff --git a/reactos/subsystems/mvdm/ntvdm/hardware/video/svga.c b/reactos/subsystems/mvdm/ntvdm/hardware/video/svga.c index 2cc5572ab90..f10cd3398ad 100644 --- a/reactos/subsystems/mvdm/ntvdm/hardware/video/svga.c +++ b/reactos/subsystems/mvdm/ntvdm/hardware/video/svga.c @@ -674,7 +674,8 @@ static VOID VgaLeaveCurrentMode(VOID) VgaConsoleDestroyTextScreen(); /* Cleanup the video data */ - TextFramebuffer = NULL; + // TextFramebuffer = NULL; + // NEVER SET the ALWAYS-SET TextFramebuffer pointer to NULL!! } /* Reset the active framebuffer */