Fix locking in RtlPinAtomInAtomTable.

svn path=/trunk/; revision=16932
This commit is contained in:
Filip Navara 2005-08-01 08:50:30 +00:00
parent 515aaf6a7e
commit ff9444533e

View file

@ -557,8 +557,6 @@ RtlPinAtomInAtomTable(IN PRTL_ATOM_TABLE AtomTable,
RtlpUnlockAtomTable(AtomTable);
}
RtlpLockAtomTable(AtomTable);
return Status;
}