commit | 67da21a14726b106b49744f9773eba132fedd5f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 21 22:12:34 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 21 22:12:34 2021 +0100 |
tree | 64c770c5e6b831fac7a5d230516fedd3512fb9b6 | |
parent | 7a6eaa06f98cef61d2131c25b4b47b8262cb8f59 [diff] [blame] |
patch 8.2.2636: memory leak when compiling inline function Problem: Memory leak when compiling inline function. Solution: Free the prefetched line.
diff --git a/src/version.c b/src/version.c index cdce8cc..bdc23a4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2636, +/**/ 2635, /**/ 2634,