commit | b4ea1914b8ca7c368253bd96e6b3cb9e3392da1c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 09 15:28:14 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 09 15:28:14 2017 +0200 |
tree | 92e37c9cd9dddca2b3898ba464b7f54fa64c97e0 | |
parent | fe386641b0c56c5de2bca8e1f4cd5e2a1f1aea7e [diff] [blame] |
patch 8.0.1078: using freed memory with ":hi Normal" Problem: Using freed memory with ":hi Normal". Solution: Get "item" again after updating the table.
diff --git a/src/version.c b/src/version.c index a54e153..4ef0d9e 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1078, +/**/ 1077, /**/ 1076,