Commit ffb9bd9e authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard

wbemprox/tests: Fix a memory leak (Valgrind).

parent a9285c51
......@@ -1654,6 +1654,7 @@ static void test_Win32_PnPEntity( IWbemServices *services )
VariantClear( &val );
}
}
IWbemClassObject_Release( obj );
}
SysFreeString( bstr );
......
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