commit | 507cc8acf1175d7d15abc004ace214dfeffc031c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 23 15:37:02 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 23 15:37:02 2012 +0100 |
tree | 95ad67667d6ab69feebcf045a99a107dafcda8b9 | |
parent | 12b0290d42efe9b6cf93f2903f12d76a100c60cb [diff] [blame] |
updated for version 7.3.478 Problem: Memory leak using the ':rv!' command when reading dictionary or list global variables i.e. with 'viminfo' containing !. Solution: Free the typeval. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 170784c..b1b1a52 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 478, +/**/ 477, /**/ 476,