propsys/tests: Fix a memory leak (Valgrind).
Signed-off-by: Sven Baars <sven.wine@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
0805783df3
commit
61a1dae398
|
@ -214,6 +214,7 @@ static void test_persistserialized(void)
|
|||
|
||||
if (FAILED(hr))
|
||||
{
|
||||
IPropertyStore_Release(propstore);
|
||||
skip("IPersistSerializedPropStorage not supported\n");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue