commit | c2dec4cac4087af90dd4f64f4912a8e14a5fdd56 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 13 15:39:00 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 13 15:39:00 2021 +0200 |
tree | 3dff50bb8724d737263951f470d4c3d2463c4512 | |
parent | c3a27bbd53a4653c2d8122a047a4cf2cfc52ed21 [diff] [blame] |
patch 8.2.2989: Vim9: memory leak when debugging a :def function Problem: Vim9: memory leak when debugging a :def function. Solution: Free the debug instructions.
diff --git a/src/version.c b/src/version.c index 61a5f0d..ce78fc5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2989, +/**/ 2988, /**/ 2987,