diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-04-01 16:34:17 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-04-01 16:34:17 +0200 |
commit | 25b70c780a7e6063544e7f93c368fe403076f34e (patch) | |
tree | d7bab440c76f5710607417302f11203240c9f31f /src/version.c | |
parent | 05afceeddc4afbbca60e4e6a729a50d33d4b19f7 (diff) | |
download | vim-git-25b70c780a7e6063544e7f93c368fe403076f34e.tar.gz |
patch 8.2.0489: Vim9: memory leaksv8.2.0489
Problem: Vim9: memory leaks.
Solution: Free memory in the right place. Add hints for using asan.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 58180acc4..43f9e5943 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 489, +/**/ 488, /**/ 487, |