Commit 61a1dae3 authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard

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

parent 0805783d
......@@ -214,6 +214,7 @@ static void test_persistserialized(void)
if (FAILED(hr))
{
IPropertyStore_Release(propstore);
skip("IPersistSerializedPropStorage not supported\n");
return;
}
......
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