commit | ecb664501d3b04d124fca69029b275c520401d40 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 18 15:09:18 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 18 15:09:18 2021 +0200 |
tree | d5cd0eb0140b636d75519b0156be5bafe3c92cb7 | |
parent | d87c21a918d8d611750f22d68fc638bf7a79b1d5 [diff] [blame] |
patch 8.2.2866: Vim9: memory leak when using inline function Problem: Vim9: memory leak when using inline function. Solution: Remember what strings to free.
diff --git a/src/version.c b/src/version.c index 5e2a52c..88dd5d6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2866, +/**/ 2865, /**/ 2864,