mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[USP10]
Fix memory leak.
Already sent & committed upstream: 06f65740b2
svn path=/trunk/; revision=54628
This commit is contained in:
parent
8dd55da5d6
commit
a21d3b9a41
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue