[USP10_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68535
This commit is contained in:
Amine Khaldi 2015-07-22 00:38:30 +00:00
parent 558f064f89
commit 0c3a554a96

View file

@ -759,7 +759,7 @@ static inline void _test_shape_ok(int valid, HDC hdc, LPCWSTR string,
else if (hr != S_OK)
winetest_trace("ScriptShapeOpenType failed (%x)\n",hr);
if (FAILED(hr))
return;
goto cleanup;
for (x = 0; x < cchString; x++)
{
@ -811,6 +811,7 @@ static inline void _test_shape_ok(int valid, HDC hdc, LPCWSTR string,
winetest_trace("%i: fZeroWidth incorrect (%i)\n",x,glyphProp[x].sva.fZeroWidth);
}
cleanup:
HeapFree(GetProcessHeap(),0,logclust);
HeapFree(GetProcessHeap(),0,charProp);
HeapFree(GetProcessHeap(),0,glyphs);