mirror of
https://github.com/reactos/reactos.git
synced 2025-07-15 17:54:03 +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 )
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue