xlib: Fix failure path to do cache thawing cleanup.

This commit is contained in:
Carl Worth 2006-06-25 11:32:36 +02:00
parent 4bff3d559e
commit 7e0e503fba

View file

@ -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,