Fix locking in RtlPinAtomInAtomTable.
Modified: trunk/reactos/lib/rtl/atom.c
--- trunk/reactos/lib/rtl/atom.c 2005-08-01 07:46:06 UTC (rev 16931) +++ trunk/reactos/lib/rtl/atom.c 2005-08-01 08:50:30 UTC (rev 16932) @@ -557,8 +557,6 @@
RtlpUnlockAtomTable(AtomTable); }
- RtlpLockAtomTable(AtomTable); -
return Status; }