Merge 16932 from trunk: Fix locking in RtlPinAtomInAtomTable.
Modified: branches/ros-branch-0_2_7/reactos/lib/rtl/atom.c
--- branches/ros-branch-0_2_7/reactos/lib/rtl/atom.c 2005-08-03 17:20:19 UTC (rev 17022) +++ branches/ros-branch-0_2_7/reactos/lib/rtl/atom.c 2005-08-03 17:20:53 UTC (rev 17023) @@ -557,8 +557,6 @@
RtlpUnlockAtomTable(AtomTable); }
- RtlpLockAtomTable(AtomTable); -
return Status; }