wbemprox/tests: Fix interface instance leak (Valgrind).
This commit is contained in:
parent
9076612e2d
commit
f068eb9acd
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue