mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 11:04:52 +00:00
comment out line 2028 it seam bit wrong and it crash the win32k.
svn path=/trunk/; revision=27052
This commit is contained in:
parent
06ea7c3758
commit
94e835008d
1 changed files with 2 additions and 2 deletions
|
@ -2025,7 +2025,7 @@ NtGdiExtTextOut(
|
|||
if ( !HSourceGlyph )
|
||||
{
|
||||
DPRINT1("WARNING: EngLockSurface() failed!\n");
|
||||
FT_Done_Glyph(realglyph);
|
||||
// FT_Done_Glyph(realglyph);
|
||||
IntUnLockFreeType;
|
||||
goto fail;
|
||||
}
|
||||
|
@ -2034,7 +2034,7 @@ NtGdiExtTextOut(
|
|||
{
|
||||
EngDeleteSurface((HSURF)HSourceGlyph);
|
||||
DPRINT1("WARNING: EngLockSurface() failed!\n");
|
||||
IntUnLockFreeType;
|
||||
IntUnLockFreeType;
|
||||
goto fail;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue