mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Fix locking in RtlPinAtomInAtomTable.
svn path=/trunk/; revision=16932
This commit is contained in:
parent
515aaf6a7e
commit
ff9444533e
1 changed files with 0 additions and 2 deletions
|
@ -557,8 +557,6 @@ RtlPinAtomInAtomTable(IN PRTL_ATOM_TABLE AtomTable,
|
|||
RtlpUnlockAtomTable(AtomTable);
|
||||
}
|
||||
|
||||
RtlpLockAtomTable(AtomTable);
|
||||
|
||||
return Status;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue