mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:12:57 +00:00
[NTVDM]: Clean ConsoleFramebuffer after leaving graphics mode.
svn path=/branches/ntvdm/; revision=61794
This commit is contained in:
parent
1d9208e0a3
commit
ba97a8f567
1 changed files with 1 additions and 0 deletions
|
@ -617,6 +617,7 @@ static VOID VgaLeaveGraphicsMode(VOID)
|
||||||
/* Cleanup the video data */
|
/* Cleanup the video data */
|
||||||
CloseHandle(ConsoleMutex);
|
CloseHandle(ConsoleMutex);
|
||||||
ConsoleMutex = NULL;
|
ConsoleMutex = NULL;
|
||||||
|
ConsoleFramebuffer = NULL;
|
||||||
CloseHandle(GraphicsConsoleBuffer);
|
CloseHandle(GraphicsConsoleBuffer);
|
||||||
GraphicsConsoleBuffer = NULL;
|
GraphicsConsoleBuffer = NULL;
|
||||||
DoubleVision = FALSE;
|
DoubleVision = FALSE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue