Commit f068eb9a authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

wbemprox/tests: Fix interface instance leak (Valgrind).

parent 9076612e
......@@ -267,6 +267,7 @@ static void test_Win32_Process( IWbemServices *services )
}
hr = IWbemClassObject_GetMethod( process, getownerW, 0, NULL, NULL );
ok( hr == S_OK, "failed to get GetOwner method %08x\n", hr );
IWbemClassObject_Release( process );
out = NULL;
method = SysAllocString( getownerW );
......
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