commit | 5c2fe644430efabf9dadfb89a9f1e82367eaf28d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 07 23:20:21 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 07 23:20:21 2020 +0200 |
tree | 43bdaf62be49cf4b4b426947592bd11d8b6e1124 | |
parent | cca34aa4bef5327eb4025850045c4c980ef4354b [diff] [blame] |
patch 8.2.0716: Vim9: another memory leak Problem: Vim9: another memory leak. Solution: Clear typval when failing.
diff --git a/src/version.c b/src/version.c index 7434486..c8361eb 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 716, +/**/ 715, /**/ 714,