Skip to content
Snippets Groups Projects
Commit 61a1dae3 authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard
Browse files

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

parent 0805783d
No related branches found
No related tags found
No related merge requests found
......@@ -214,6 +214,7 @@ static void test_persistserialized(void)
if (FAILED(hr))
{
IPropertyStore_Release(propstore);
skip("IPersistSerializedPropStorage not supported\n");
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment