Skip to content

Commit

Permalink
Merge pull request #978 from absolutelynothelix/next
Browse files Browse the repository at this point in the history
  • Loading branch information
yshui committed Dec 21, 2022
2 parents 156b7c4 + 70032b9 commit 48d3a0b
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 48d3a0b

Please sign in to comment.