commit | c07f67ad0e9c48a07d49f2d67eb63e183a22386a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 19:03:17 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 19:03:17 2019 +0200 |
tree | a82a0eee25fe9c4f4c61cc749c85e2b771cbeb62 | |
parent | 75ee544f99ca66be8105570c6309d95435ad30d1 [diff] [blame] |
patch 8.1.1485: double free when garbage_collect() is used in autocommand Problem: Double free when garbage_collect() is used in autocommand. Solution: Have garbage collection also set the copyID in funccal_stack.
diff --git a/src/version.c b/src/version.c index bbfbfe1..4c44f2e 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1485, +/**/ 1484, /**/ 1483,