Commit ed4bc907 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

Remove an incorrect LeaveCriticalSection.

parent 751e9912
...@@ -577,7 +577,7 @@ static BOOL UploadGlyph(X11DRV_PDEVICE *physDev, int glyph) ...@@ -577,7 +577,7 @@ static BOOL UploadGlyph(X11DRV_PDEVICE *physDev, int glyph)
NULL); NULL);
} }
if(buflen == GDI_ERROR) { if(buflen == GDI_ERROR) {
LeaveCriticalSection(&xrender_cs); ERR("GetGlyphOutlineW failed\n");
return FALSE; return FALSE;
} }
TRACE("Turning off antialiasing for this monochrome font\n"); TRACE("Turning off antialiasing for this monochrome font\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment