Remove an incorrect LeaveCriticalSection.

This commit is contained in:
Huw Davies 2004-06-16 19:02:25 +00:00 committed by Alexandre Julliard
parent 751e991210
commit ed4bc907ef
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ static BOOL UploadGlyph(X11DRV_PDEVICE *physDev, int glyph)
NULL);
}
if(buflen == GDI_ERROR) {
LeaveCriticalSection(&xrender_cs);
ERR("GetGlyphOutlineW failed\n");
return FALSE;
}
TRACE("Turning off antialiasing for this monochrome font\n");