Author: hbelusca
Date: Sun Nov 8 02:42:17 2015
New Revision: 69845
URL:
http://svn.reactos.org/svn/reactos?rev=69845&view=rev
Log:
[NTVDM]: Fix a bug I've introduced in r69838.
Modified:
trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/svga.c
Modified: trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/svga.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/mvdm/ntvdm/hard…
==============================================================================
--- trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/svga.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/mvdm/ntvdm/hardware/video/svga.c [iso-8859-1] Sun Nov 8
02:42:17 2015
@@ -674,7 +674,8 @@
VgaConsoleDestroyTextScreen();
/* Cleanup the video data */
- TextFramebuffer = NULL;
+ // TextFramebuffer = NULL;
+ // NEVER SET the ALWAYS-SET TextFramebuffer pointer to NULL!!
}
/* Reset the active framebuffer */