From 94e835008df7cb64b9de73fd8a6ec11842bb28e4 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Thu, 7 Jun 2007 14:03:10 +0000 Subject: [PATCH] comment out line 2028 it seam bit wrong and it crash the win32k. svn path=/trunk/; revision=27052 --- reactos/subsystems/win32/win32k/objects/text.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/subsystems/win32/win32k/objects/text.c b/reactos/subsystems/win32/win32k/objects/text.c index e11668de799..e2e90e0923b 100644 --- a/reactos/subsystems/win32/win32k/objects/text.c +++ b/reactos/subsystems/win32/win32k/objects/text.c @@ -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; }