commit | 4dc8f498aa3b1f58301914b57d75fea1dcad33ef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 21 13:06:55 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 21 13:06:55 2019 +0200 |
tree | 9aa0c2df55444e42b2de476e855a9e8310ae5a47 | |
parent | f1552d07d715b437d941659479942c2543b02bd4 [diff] [blame] |
patch 8.1.1898: crash when out of memory during startup Problem: Crash when out of memory during startup. Solution: When out of memory message given during initialisation bail out. (closes #4842)
diff --git a/src/version.c b/src/version.c index 14a9528..0689e03 100644 --- a/src/version.c +++ b/src/version.c
@@ -766,6 +766,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1898, +/**/ 1897, /**/ 1896,