commit | 7509ad8b0fad56f88288977decbeca3640406c82 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 14 18:14:37 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 14 18:14:37 2021 +0000 |
tree | bd5e3baad50de512990bb3ba1257452d4bf5f244 | |
parent | 919c12c19a9785b856bc32dfe6cd8e9277178b62 [diff] [blame] |
patch 8.2.3809: Vim9: crash when garbage collecting a nested partial Problem: Vim9: crash when garbage collecting a nested partial. (Virginia Senioria) Solution: Set references in all the funcstacks. (closes #9348)
diff --git a/src/version.c b/src/version.c index 6410f4f..c7f6fe7 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3809, +/**/ 3808, /**/ 3807,