[NTVDM]: Fix a bug I've introduced in r69838.

svn path=/trunk/; revision=69845
This commit is contained in:
Hermès Bélusca-Maïto 2015-11-08 02:42:17 +00:00
parent 02b0205229
commit 6d16a3e430

View file

@ -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 */