mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
No need to increment handle count, it is already done in ExpAllocateHandleTableEntry()
svn path=/trunk/; revision=30812
This commit is contained in:
parent
5220fd6970
commit
3de1da8cb9
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue