commit | 8617348e2110c2c8387ea448a6258f1effa8d249 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 01 17:02:16 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 01 17:02:16 2019 +0200 |
tree | fab9e6b710dba337eb5439160f84e2fead1103cf | |
parent | b4367b7fb65f6a88f76ef99f79342341af0b1017 [diff] [blame] |
patch 8.1.2107: various memory leaks reported by asan Problem: Various memory leaks reported by asan. Solution: Free the memory. (Ozaki Kiichi, closes #5003)
diff --git a/src/version.c b/src/version.c index cfd70c8..e2f0c92 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2107, +/**/ 2106, /**/ 2105,