commit | 14c2e18b63faaa4056d987fd501a68480cb40c5c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 25 21:39:17 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 25 21:39:17 2017 +0100 |
tree | 1ac788bd8a245601eb06ad6443e05012c212547b | |
parent | a12e40351d1357687e8b5dc3122fffef705bdc08 [diff] [blame] |
patch 8.0.0371: leaking memory when setting v:completed_item Problem: Leaking memory when setting v:completed_item. Solution: Or the flags instead of setting them.
diff --git a/src/version.c b/src/version.c index 1482343..d8940c7 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 371, +/**/ 370, /**/ 369,