Commit 4f45fa05 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

oleaut32/tests: Fixed 64-bit crash on tmarshal test.

parent 4aef5475
......@@ -2010,7 +2010,8 @@ static void test_external_connection(void)
todo_wine
ok(external_connections == 2, "external_connections = %d\n", external_connections);
ITestSecondDisp_Release(second);
if (hres == S_OK)
ITestSecondDisp_Release(second);
todo_wine
ok(external_connections == 2, "external_connections = %d\n", external_connections);
......
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