Commit 4321cd9d authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard

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

parent 6ed6d33e
......@@ -3029,6 +3029,7 @@ static void test_queryreader(void)
ok(hr == E_INVALIDARG, "got %#x\n", hr);
IWICMetadataQueryReader_Release(new_reader);
PropVariantClear(&value);
}
else if (value.vt == VT_LPSTR)
ok(!lstrcmpA(U(value).pszVal, test_data[i].str_value), "%u: expected %s, got %s\n",
......
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