commit | 95c526e1f6d76acafee4b21f5701d6d6ac8c4b5f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 25 14:59:34 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 25 14:59:34 2017 +0100 |
tree | bd5c3b788fbd7995938325c97c3ff4c2d72b9b94 | |
parent | d3f78dc9ebd729475a7f24a50a91112e300d5ac9 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index ffacb9a..d80a0ea 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 365, +/**/ 364, /**/ 363,