commit | a63ad78ed31e36dbdf3a9cd28071dcdbefce7d19 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 31 12:01:54 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 31 12:01:54 2022 +0100 |
tree | 7e7dcec72ffa2b5fd6236485dec104347f94aecf | |
parent | 9ba6194d4cba60fec4ed10c33d2d4fbe6e38c696 [diff] [blame] |
patch 9.0.0339: no check if the return value of XChangeGC() is NULL Problem: No check if the return value of XChangeGC() is NULL. Solution: Only use the return value when it is not NULL. (closes #11020)
diff --git a/src/version.c b/src/version.c index 8091488..354a2e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 339, +/**/ 338, /**/ 337,