Commit ca7bce59 authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

Fix for deprecated use of label at the end of compound statement.

parent 5a290897
......@@ -1376,8 +1376,8 @@ BOOL X11DRV_XRender_ExtTextOut( X11DRV_PDEVICE *physDev, INT x, INT y, UINT flag
XPutImage(gdi_display, physDev->drawable, physDev->gc, image, 0, 0,
image_x, image_y, image_w, image_h);
XDestroyImage(image);
no_image:
}
no_image:
wine_tsx11_unlock();
}
LeaveCriticalSection(&xrender_cs);
......
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