Skip to content

Commit

Permalink
xrender: fix leak in bind_pixmap
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelynothelix committed Dec 21, 2022
1 parent 156b7c4 commit 70032b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/xrender/xrender.c
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ bind_pixmap(backend_t *base, xcb_pixmap_t pixmap, struct xvisual_info fmt, bool
if (!r) {
log_error("Invalid pixmap: %#010x", pixmap);
x_print_error(e->full_sequence, e->major_code, e->minor_code, e->error_code);
free(e);
return NULL;
}

Expand Down

0 comments on commit 70032b9

Please sign in to comment.