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

Signed-off-by: Sven Baars <sven.wine@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Sven Baars 2018-12-20 21:18:29 +01:00 committed by Alexandre Julliard
parent 0805783df3
commit 61a1dae398
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ static void test_persistserialized(void)
if (FAILED(hr))
{
IPropertyStore_Release(propstore);
skip("IPersistSerializedPropStorage not supported\n");
return;
}