mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
No need to increment handle count, it is already done in ExpAllocateHandleTableEntry()
svn path=/trunk/; revision=30812
This commit is contained in:
@@ -1120,9 +1120,8 @@ ExDupHandleTable(IN PEPROCESS Process,
|
||||
HandleTableEntry,
|
||||
NewEntry))
|
||||
{
|
||||
/* Lock the entry, increase the handle count */
|
||||
/* Lock the entry */
|
||||
NewEntry->Value |= EXHANDLE_TABLE_ENTRY_LOCK_BIT;
|
||||
NewTable->HandleCount++;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user