gdi32: Add missing pFT_Done_Face().

This commit is contained in:
Byeong-Sik Jeon 2007-03-06 21:30:20 +09:00 committed by Alexandre Julliard
parent 6fdee15df9
commit 0da17ff87b
1 changed files with 1 additions and 0 deletions

View File

@ -1018,6 +1018,7 @@ static BOOL AddFontFileToList(const char *file, char *fake_family, const WCHAR *
TRACE("Skipping Index %i: Incorrect Family name for replacement\n",(INT)face_index);
HeapFree(GetProcessHeap(), 0, localised_family);
num_faces = ft_face->num_faces;
pFT_Done_Face(ft_face);
continue;
}
HeapFree(GetProcessHeap(), 0, localised_family);