mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Build a correct console handle.
svn path=/trunk/; revision=15693
This commit is contained in:
@@ -156,7 +156,7 @@ NTSTATUS STDCALL CsrFreeProcessData(HANDLE Pid)
|
||||
{
|
||||
if (pProcessData->HandleTable[c])
|
||||
{
|
||||
CsrReleaseObject(pProcessData, (HANDLE)((c + 1) << 2));
|
||||
CsrReleaseObject(pProcessData, (HANDLE)(((c + 1) << 2)|0x3));
|
||||
}
|
||||
}
|
||||
RtlFreeHeap(CsrssApiHeap, 0, pProcessData->HandleTable);
|
||||
|
||||
Reference in New Issue
Block a user