Skip to content

Commit

Permalink
Merge pull request #980 from absolutelynothelix/next
Browse files Browse the repository at this point in the history
  • Loading branch information
yshui authored Dec 22, 2022
2 parents 5457d76 + 32020ff commit 99e1a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/xrender/xrender.c
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ release_rounded_corner_cache(backend_t *base, struct xrender_rounded_rectangle_c
assert(cache->refcount > 0);
cache->refcount--;
if (cache->refcount == 0) {
xcb_free_pixmap(base->c, cache->p);
xcb_render_free_picture(base->c, cache->p);
free(cache);
}
}
Expand Down

0 comments on commit 99e1a74

Please sign in to comment.