commit | 6cc7e21412487ff8bd531c73ac9325f5ba2409a9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 07 14:05:24 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 07 14:05:24 2019 +0200 |
tree | 7bcd9498467c8b459695c69abac1e9253692ff89 | |
parent | c2f5054be9301c8a47b92a4584338cb2de24b96c [diff] [blame] |
patch 8.1.1641: garbage collection may run at a wrong moment Problem: Garbage collection may run at a wrong moment. (Trygve Aaberge) Solution: Postpone garbage collection while parsing messages. (closes #4620)
diff --git a/src/version.c b/src/version.c index 85cf7b2..663f92f 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1641, +/**/ 1640, /**/ 1639,