ole32: Fix a use-after-free of the file moniker in the running object table tests.

oldstable
Rob Shearman 2007-03-06 17:57:45 +00:00 committed by Alexandre Julliard
parent 221e01abd2
commit ac8d035f3d
1 changed files with 0 additions and 1 deletions

View File

@ -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();