diff -r 2d65c2f76d7b -r 4a8fed1c0ef6 kerneltest/e32test/system/d_dobject.cpp --- a/kerneltest/e32test/system/d_dobject.cpp Tue Feb 02 01:24:03 2010 +0200 +++ b/kerneltest/e32test/system/d_dobject.cpp Sat Feb 20 00:10:51 2010 +0200 @@ -665,10 +665,10 @@ // Bit 30 thread local flag (ignored) // Bit 31 special handle flag (should be 0) // - NKern::LockSystem(); TInt randomHandle = Kern::Random() & 0x3fff7fff; TInt uniqueID = 0; // any object type! - + + NKern::LockSystem(); object = myIx.At(randomHandle, uniqueID); NKern::UnlockSystem();