Commit 50833f07 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

msi: Wine fails the test and passes us a Session object back, so free it in this case.

parent e38c36a1
......@@ -721,6 +721,8 @@ static void test_dispatch(void)
todo_wine ok(hr == DISP_E_EXCEPTION, "IDispatch::Invoke returned 0x%08x\n", hr);
ok_exception(hr, szOpenPackageException);
VariantClear(&vararg[0]);
if (hr != DISP_E_EXCEPTION)
VariantClear(&varresult);
/* Try one parameter, the required BSTR. Second parameter is optional.
* Proper installer package exists. Path to the package is absolute.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment