commit | f8addf1ca1d8c7801f6dded2341b7084d2b93e5e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 23 12:44:25 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 23 12:44:25 2022 +0100 |
tree | 419cf1a57caa244652d839ea1b2331329c3f0c77 | |
parent | f5f4e85f0189790ab81c0005b703604721db13d4 [diff] [blame] |
patch 9.0.0554: using freed memory when command follows lambda Problem: Using freed memory when command follows lambda. Solution: Don't free what is still in use. (closes #11201)
diff --git a/src/version.c b/src/version.c index 57d8259..23f822c 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 554, +/**/ 553, /**/ 552,