mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 21:23:00 +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);
|
ConioDeleteConsole(&Console->Header);
|
||||||
//CloseHandle(ProcessData->ConsoleEvent);
|
//CloseHandle(ProcessData->ConsoleEvent);
|
||||||
//ProcessData->ConsoleEvent = NULL;
|
//ProcessData->ConsoleEvent = NULL;
|
||||||
RtlLeaveCriticalSection(&ProcessData->HandleTableLock);
|
|
||||||
}
|
}
|
||||||
RtlLeaveCriticalSection(&ProcessData->HandleTableLock);
|
RtlLeaveCriticalSection(&ProcessData->HandleTableLock);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue