]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0365: might free a dict item that wasn't allocated v8.0.0365
authorBram Moolenaar <Bram@vim.org>
Sat, 25 Feb 2017 13:59:34 +0000 (14:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 25 Feb 2017 13:59:34 +0000 (14:59 +0100)
commit95c526e1f6d76acafee4b21f5701d6d6ac8c4b5f
treebd5c3b788fbd7995938325c97c3ff4c2d72b9b94
parentd3f78dc9ebd729475a7f24a50a91112e300d5ac9
patch 8.0.0365: might free a dict item that wasn't allocated

Problem:    Might free a dict item that wasn't allocated.
Solution:   Call dictitem_free(). (Nikolai Pavlov)  Use this for
            b:changedtick.
12 files changed:
src/buffer.c
src/dict.c
src/edit.c
src/evalfunc.c
src/ex_docmd.c
src/fileio.c
src/main.c
src/memline.c
src/misc1.c
src/structs.h
src/syntax.c
src/version.c