msi: Wine fails the test and passes us a Session object back, so free it in this case.
This commit is contained in:
parent
e38c36a1f9
commit
50833f0780
|
@ -721,6 +721,8 @@ static void test_dispatch(void)
|
||||||
todo_wine ok(hr == DISP_E_EXCEPTION, "IDispatch::Invoke returned 0x%08x\n", hr);
|
todo_wine ok(hr == DISP_E_EXCEPTION, "IDispatch::Invoke returned 0x%08x\n", hr);
|
||||||
ok_exception(hr, szOpenPackageException);
|
ok_exception(hr, szOpenPackageException);
|
||||||
VariantClear(&vararg[0]);
|
VariantClear(&vararg[0]);
|
||||||
|
if (hr != DISP_E_EXCEPTION)
|
||||||
|
VariantClear(&varresult);
|
||||||
|
|
||||||
/* Try one parameter, the required BSTR. Second parameter is optional.
|
/* Try one parameter, the required BSTR. Second parameter is optional.
|
||||||
* Proper installer package exists. Path to the package is absolute.
|
* Proper installer package exists. Path to the package is absolute.
|
||||||
|
|
Loading…
Reference in New Issue