Commit 998d9d9a authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

fusion: Fix a memory leak in the tests.

Found by Valgrind.
parent 01c26d14
......@@ -787,6 +787,7 @@ static void test_CreateAssemblyNameObject(void)
"Expected FUSION_E_INVALID_NAME, got %08x\n", hr);
ok(name == (IAssemblyName *)0xdeadbeef, "Expected 0xdeadbeef, got %p\n", name);
}
if(SUCCEEDED(hr)) IAssemblyName_Release(name);
/* no '=' */
to_widechar(namestr, "wine, PublicKeyToken");
......
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