commit | 6ace95e9810bdfef5392ad89efc9e4ad4606de28 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 13 23:09:49 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 13 23:09:49 2019 +0200 |
tree | b03a5540e30f1ad6fea0757682df668ff7a2fb46 | |
parent | 45311b5274a6ac6e44235dfd4588c6b1bf0d4850 [diff] [blame] |
patch 8.1.1845: may use NULL pointer when running out of memory Problem: May use NULL pointer when running out of memory. Solution: Do not clear popup buffers when NULL. (closes #4802)
diff --git a/src/version.c b/src/version.c index f998c52..71f6c34 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1845, +/**/ 1844, /**/ 1843,