commit | ebf7dfa6f121c82f97d2adca3d45fbaba9ad8f7e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 12:46:51 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 12:46:51 2016 +0200 |
tree | 0b6608049e1b86a10bb179674ed3bf9e41706a15 | |
parent | 700eefe5a4385fd128f5496e3ca384869752376a [diff] [blame] |
patch 7.4.1727 Problem: Cannot detect a crash in tests when caused by garbagecollect(). Solution: Add garbagecollect_for_testing(). Do not free a job if is still useful.
diff --git a/src/version.c b/src/version.c index cf7d48c..6c94bc6 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1727, +/**/ 1726, /**/ 1725,