Commit 06f65740 authored by Pierre Schweitzer's avatar Pierre Schweitzer Committed by Alexandre Julliard

usp10: Fix memory leak.

parent 38c3cde6
......@@ -1464,6 +1464,7 @@ HRESULT WINAPI ScriptStringAnalyse(HDC hdc, const void *pString, int cString,
if (!glyphs || !pwLogClust || !piAdvance || !psva || !pGoffset || !abc)
{
heap_free (BidiLevel);
heap_free (glyphs);
heap_free (pwLogClust);
heap_free (piAdvance);
......
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