mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NTVDM]: Fix a bug I've introduced in r69838.
svn path=/trunk/; revision=69845
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user