commit | 6110e79a5872dd6c5529f909d1bd670e3325927b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 08 19:35:21 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 08 19:35:21 2020 +0200 |
tree | 1fb63ffbf024f240692cd439baa3c65e52d29c46 | |
parent | 6b7a0a8c201bbace7e69fe0709f72b95092193df [diff] [blame] |
patch 8.2.1160: Vim9: memory leak in allocated types Problem: Vim9: memory leak in allocated types. Solution: Free the type pointers.
diff --git a/src/version.c b/src/version.c index 1af0262..7b5f8f5 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1160, +/**/ 1159, /**/ 1158,