mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user