commit | c7dc1f4a53fdb26b88c484003142c575655481b7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 13 12:53:37 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 13 12:53:37 2015 +0100 |
tree | 22b0474fe00822ad8280d471eb9dce1e43f9f1d4 | |
parent | 488eb26ec7fda1dc79f3d856d40da072332630b6 [diff] [blame] |
updated for version 7.4.660 Problem: Using freed memory when g:colors_name is changed in the colors script. (oni-link) Solution: Make a copy of the variable value.
diff --git a/src/version.c b/src/version.c index 21a910d..11d2ff2 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 660, +/**/ 659, /**/ 658,