mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +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 */
|
||||
CloseHandle(ConsoleMutex);
|
||||
ConsoleMutex = NULL;
|
||||
ConsoleFramebuffer = NULL;
|
||||
CloseHandle(GraphicsConsoleBuffer);
|
||||
GraphicsConsoleBuffer = NULL;
|
||||
DoubleVision = FALSE;
|
||||
|
|
Loading…
Reference in a new issue