commit | a542c680a8b42cb766e64d4ee7374ef4dacb7832 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 16:28:04 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 16:28:04 2016 +0100 |
tree | 136d3ff07a786de9efd06c7faf6feafc7cf9ff12 | |
parent | e2c3810c2ae290bbc2cba18eb47cc2d44e4b9797 [diff] [blame] |
patch 7.4.1223 Problem: Crash when setting v:errors to a number. Solution: Free the typval without assuming its type. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index b521511..00d9c0b 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1223, +/**/ 1222, /**/ 1221,