]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1078: using freed memory with ":hi Normal" v8.0.1078
authorBram Moolenaar <Bram@vim.org>
Sat, 9 Sep 2017 13:28:14 +0000 (15:28 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 9 Sep 2017 13:28:14 +0000 (15:28 +0200)
commitb4ea1914b8ca7c368253bd96e6b3cb9e3392da1c
tree92e37c9cd9dddca2b3898ba464b7f54fa64c97e0
parentfe386641b0c56c5de2bca8e1f4cd5e2a1f1aea7e
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.
src/syntax.c
src/version.c