mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 06:48:03 +02:00
Merge branch 'xcb-fix-clip-leak' into 'master'
Fix a leak in cairo-xcb's render compositor Closes #24 See merge request cairo/cairo!83
This commit is contained in:
commit
c7b6c073ea
1 changed files with 1 additions and 2 deletions
|
|
@ -3144,8 +3144,7 @@ _clip_and_composite_boxes (cairo_xcb_surface_t *dst,
|
|||
antialias,
|
||||
fill_rule,
|
||||
extents);
|
||||
if (extents->clip != clip)
|
||||
clip = NULL;
|
||||
clip = extents->clip;
|
||||
extents->clip = saved_clip;
|
||||
_cairo_polygon_fini (&polygon);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue