mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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);
|
RtlpUnlockAtomTable(AtomTable);
|
||||||
}
|
}
|
||||||
|
|
||||||
RtlpLockAtomTable(AtomTable);
|
|
||||||
|
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue