commit | 3b014befa006b7224a84d7d58d9603fc261f34cd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 13 17:53:46 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 13 17:53:46 2022 +0000 |
tree | e3fd53778f0a9a46bb46e6d096ece9e0f51ac18f | |
parent | 2f7bfe66a1373051792f2ecaeefb66049825221d [diff] [blame] |
patch 9.0.0871: using freed memory when clearing augroup at more prompt Problem: Using freed memory when clearing augroup at more prompt. Solution: Delay clearing augroup until it's safe. (closes #11441)
diff --git a/src/version.c b/src/version.c index 73c106e..b57fffe 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 871, +/**/ 870, /**/ 869,