Author: hbelusca
Date: Fri Jan 24 20:36:17 2014
New Revision: 61794
URL:
http://svn.reactos.org/svn/reactos?rev=61794&view=rev
Log:
[NTVDM]: Clean ConsoleFramebuffer after leaving graphics mode.
Modified:
branches/ntvdm/subsystems/ntvdm/hardware/vga.c
Modified: branches/ntvdm/subsystems/ntvdm/hardware/vga.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/subsystems/ntvdm/hardware…
==============================================================================
--- branches/ntvdm/subsystems/ntvdm/hardware/vga.c [iso-8859-1] (original)
+++ branches/ntvdm/subsystems/ntvdm/hardware/vga.c [iso-8859-1] Fri Jan 24 20:36:17 2014
@@ -617,6 +617,7 @@
/* Cleanup the video data */
CloseHandle(ConsoleMutex);
ConsoleMutex = NULL;
+ ConsoleFramebuffer = NULL;
CloseHandle(GraphicsConsoleBuffer);
GraphicsConsoleBuffer = NULL;
DoubleVision = FALSE;