commit | 889da2f2438c8168f9a25dc776360b81109bad44 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 02 14:02:30 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 02 14:02:30 2019 +0100 |
tree | af2570de1da88ea3d01c90af69c894e8ffa07dd9 | |
parent | 65951258d65b71581aeb117dbb7defa8a87ce38f [diff] [blame] |
patch 8.1.0868: crash if triggering garbage collector after a function call Problem: Crash if triggering garbage collector after a function call. (Michael Henry) Solution: Don't call the garbage collector right away, do it later. (closes #3894)
diff --git a/src/version.c b/src/version.c index 92e9805..1a2e2be 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 868, +/**/ 867, /**/ 866,