Fix locking in RtlPinAtomInAtomTable.
authorFilip Navara <filip.navara@gmail.com>
Mon, 1 Aug 2005 08:50:30 +0000 (08:50 +0000)
committerFilip Navara <filip.navara@gmail.com>
Mon, 1 Aug 2005 08:50:30 +0000 (08:50 +0000)
svn path=/trunk/; revision=16932

reactos/lib/rtl/atom.c

index c4a9e3c..65b06e1 100644 (file)
@@ -557,8 +557,6 @@ RtlPinAtomInAtomTable(IN PRTL_ATOM_TABLE AtomTable,
         RtlpUnlockAtomTable(AtomTable);
      }
 
-   RtlpLockAtomTable(AtomTable);
-
    return Status;
 }