commit | c5f1ef53c24cc0c9f7b2131609e916f913634feb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 12 17:11:27 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 12 17:11:27 2020 +0200 |
tree | 0418dd550fa95633038adca23b01db6029d2d34a | |
parent | 4fdae9996fb9a9bc1291a61e7b85cb360feb7599 [diff] [blame] |
patch 8.2.0556: Vim9: memory leak when finding common type Problem: Vim9: memory leak when finding common type. Solution: Store allocated memory in type growarray.
diff --git a/src/version.c b/src/version.c index 375ae6d..7095794 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 556, +/**/ 555, /**/ 554,