commit | c8fe338d64cc6183c03d4c12b1e036a7745e2932 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 04 20:44:42 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 04 20:44:42 2016 +0200 |
tree | 6eb770c301aa439c78d928806bbb003306a53769 | |
parent | d5824ce1b5491df7d2eb0b66189d366fa67b4585 [diff] [blame] |
patch 7.4.2327 Problem: Freeing a variable that is on the stack. Solution: Don't free res_tv or err_tv. (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index 06fb3ef..4ab697b 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2327, +/**/ 2326, /**/ 2325,