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

Signed-off-by: Sven Baars <sven.wine@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Sven Baars 2019-10-04 21:58:40 +02:00 committed by Alexandre Julliard
parent a9285c5131
commit ffb9bd9e6c
1 changed files with 1 additions and 0 deletions

View File

@ -1654,6 +1654,7 @@ static void test_Win32_PnPEntity( IWbemServices *services )
VariantClear( &val );
}
}
IWbemClassObject_Release( obj );
}
SysFreeString( bstr );