Skip to content

Commit

Permalink
Merge pull request #977 from absolutelynothelix/next
Browse files Browse the repository at this point in the history
  • Loading branch information
yshui authored Dec 21, 2022
2 parents fdecbb9 + df7b994 commit 156b7c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/x.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ x_create_picture_with_pictfmt_and_pixmap(xcb_connection_t *c,
free(buf);
if (e) {
log_error_x_error(e, "failed to create picture");
free(e);
return XCB_NONE;
}
return tmp_picture;
Expand Down

0 comments on commit 156b7c4

Please sign in to comment.