commit | 56564964e6d0956c29687e8a10cb94fe42f5c097 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 10 22:39:42 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 10 22:39:42 2022 +0100 |
tree | 81b20215b72afa749b03c385c428e60307878d83 | |
parent | ccf2837a05cef0ea4913ebff4f2f6000bc050271 [diff] [blame] |
patch 9.0.0719: too many delete() calls in tests Problem: Too many delete() calls in tests. Solution: Use deferred delete where possible.
diff --git a/src/version.c b/src/version.c index ac3b567..fadd4a3 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 719, +/**/ 718, /**/ 717,