mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
render: unref clip region
This commit is contained in:
parent
32bceaa786
commit
26859a5168
1 changed files with 1 additions and 0 deletions
1
render.c
1
render.c
|
|
@ -624,6 +624,7 @@ render_cell(struct terminal *term, pixman_image_t *pix,
|
|||
&clip, x, y,
|
||||
render_width, term->cell_height);
|
||||
pixman_image_set_clip_region32(pix, &clip);
|
||||
pixman_region32_fini(&clip);
|
||||
|
||||
/* Background */
|
||||
pixman_image_fill_rectangles(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue