Skip to content

Commit

Permalink
Updated XCB-TRL (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerjenigeUberMensch authored Jul 11, 2024
1 parent be05e95 commit 9240db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XCB-TRL/xcb_trl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,7 @@ XCBGetPropertyReply(
}
return NULL;
}
if(reply)
if(reply && reply->type != XCB_NONE)
{
if(!__XValidFormatThrow(display, cookie, reply) || !__XValidSizeThrow(display, cookie, reply))
{ reply = NULL;
Expand Down

0 comments on commit 9240db5

Please sign in to comment.