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

This commit is contained in:
Nikolay Sivov 2015-04-22 12:28:20 +03:00 committed by Alexandre Julliard
parent 9076612e2d
commit f068eb9acd

View file

@ -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 );