commit | ee5b94a8ecbaeafa11c7c7c8cf7bef765fbea912 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 12 20:35:05 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 12 20:35:05 2018 +0200 |
tree | e5a095df73850c7aa5aa9d5fe2517f37ba51c51e | |
parent | cccd62d435097814ea93e384920443fb2419e663 [diff] [blame] |
patch 8.0.1702: leaking memory when autocommands make quickfix list invalid Problem: Leaking memory when autocommands make a quickfix list invalid. Solution: Call FreeWild(). (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 2b0105b..035f68c 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1702, +/**/ 1701, /**/ 1700,