comment out line 2028 it seam bit wrong and it crash the win32k.

svn path=/trunk/; revision=27052
This commit is contained in:
Magnus Olsen 2007-06-07 14:03:10 +00:00
parent 06ea7c3758
commit 94e835008d

View file

@ -2025,7 +2025,7 @@ NtGdiExtTextOut(
if ( !HSourceGlyph ) if ( !HSourceGlyph )
{ {
DPRINT1("WARNING: EngLockSurface() failed!\n"); DPRINT1("WARNING: EngLockSurface() failed!\n");
FT_Done_Glyph(realglyph); // FT_Done_Glyph(realglyph);
IntUnLockFreeType; IntUnLockFreeType;
goto fail; goto fail;
} }
@ -2034,7 +2034,7 @@ NtGdiExtTextOut(
{ {
EngDeleteSurface((HSURF)HSourceGlyph); EngDeleteSurface((HSURF)HSourceGlyph);
DPRINT1("WARNING: EngLockSurface() failed!\n"); DPRINT1("WARNING: EngLockSurface() failed!\n");
IntUnLockFreeType; IntUnLockFreeType;
goto fail; goto fail;
} }