commit | 09d1d51df5d9b215e583b5bbe36df46afb3db35f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 24 20:23:56 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 24 20:23:56 2018 +0200 |
tree | 4f5b7229b86db960f4dd4c33a3c4c8b55eab0b90 | |
parent | 24a2d7264fc2394f69a9a890b34d1f09cf63b14e [diff] [blame] |
patch 8.0.1759: memory leak from duplicate options Problem: Memory leak from duplicate options. (Yegappan Lakshmanan) Solution: Don't set the default value twice.
diff --git a/src/version.c b/src/version.c index dfd82f9..c25fcf1 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1759, +/**/ 1758, /**/ 1757,