commit | 91c7cbfe31bbef57d5fcf7d76989fc159f73ef15 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 18 13:28:31 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 18 13:28:31 2022 +0100 |
tree | 95aa1ecfabd5937db15f10648d79a61f42c417e4 | |
parent | 4875d6ab068f09df88d24d81de40dcd8d56e243d [diff] [blame] |
patch 9.0.0225: using freed memory with multiple line breaks in expression Problem: Using freed memory with multiple line breaks in expression. Solution: Free eval_tofree later.
diff --git a/src/version.c b/src/version.c index e477f9e..b2fc962 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 225, +/**/ 224, /**/ 223,