ole32: Fix a use-after-free of the file moniker in the running object table tests.
This commit is contained in:
parent
221e01abd2
commit
ac8d035f3d
|
@ -588,7 +588,6 @@ static void test_ROT(void)
|
|||
hr = IRunningObjectTable_Register(pROT, 0, (IUnknown*)&Test_ClassFactory,
|
||||
pMoniker, &dwCookie);
|
||||
ok_ole_success(hr, IRunningObjectTable_Register);
|
||||
IMoniker_Release(pMoniker);
|
||||
|
||||
ok_more_than_one_lock();
|
||||
|
||||
|
|
Loading…
Reference in New Issue