commit | 7b256fe7445b46929f660ea74e9090418f857696 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 15 19:05:59 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 15 19:05:59 2015 +0200 |
tree | acce5cba0516a0677d8d478ba091e1306487a921 | |
parent | 2455c4ede8d4ff6f0754977b548708eec08869eb [diff] [blame] |
patch 7.4.871 Problem: Vim leaks memory, when 'wildignore' filters out all matches. Solution: Free the files array when it becomes empty.
diff --git a/src/version.c b/src/version.c index 0cb1fc6..20107c5 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 871, +/**/ 870, /**/ 869,