mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 00:38:06 +02:00
xlib: Fix failure path to do cache thawing cleanup.
This commit is contained in:
parent
4bff3d559e
commit
7e0e503fba
1 changed files with 1 additions and 1 deletions
|
|
@ -2695,7 +2695,7 @@ _cairo_xlib_surface_show_glyphs (void *abstract_dst,
|
|||
num_glyphs,
|
||||
&glyph_extents);
|
||||
if (status)
|
||||
return status;
|
||||
goto BAIL;
|
||||
|
||||
status = _cairo_pattern_acquire_surface (src_pattern, &dst->base,
|
||||
glyph_extents.x, glyph_extents.y,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue