mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
[WIN32CSR]
- Do not leave critical section twice in Win32CsrReleaseConsole. Patch by Hermès Bélusca See issue #6622 for more details. svn path=/trunk/; revision=56955
This commit is contained in:
parent
7d35261d7c
commit
1e3dee02c9
1 changed files with 0 additions and 1 deletions
|
@ -160,7 +160,6 @@ Win32CsrReleaseConsole(
|
|||
ConioDeleteConsole(&Console->Header);
|
||||
//CloseHandle(ProcessData->ConsoleEvent);
|
||||
//ProcessData->ConsoleEvent = NULL;
|
||||
RtlLeaveCriticalSection(&ProcessData->HandleTableLock);
|
||||
}
|
||||
RtlLeaveCriticalSection(&ProcessData->HandleTableLock);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue