mirror of
https://github.com/reactos/wine.git
synced 2025-03-03 18:28:58 +00:00
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…
x
Reference in New Issue
Block a user