commit | eb53350c02f620305e931ffd2ac611cc2b1a0ce9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 14 15:06:11 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 14 15:06:11 2022 +0000 |
tree | 63f87fb4530a63676e6dc18e9ef713c91aec2101 | |
parent | f593fc891c7f6a6735b136878cc13012566ddd71 [diff] [blame] |
patch 9.0.1056: leaking memory when disassembling an object method Problem: Leaking memory when disassembling an object method. Solution: Free the typval of the class.
diff --git a/src/version.c b/src/version.c index 3a37956..be7048a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1056, +/**/ 1055, /**/ 1054,