commit | 9f84ded38b62c82a4ee57b54f403b1b185ed8170 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 20 20:54:02 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 20 20:54:02 2018 +0200 |
tree | c114d902fa8638abc397b1abb73c36f8f4dc557f | |
parent | 4c5d815256099b50eca2ec5bf8f9aaa67a890211 [diff] [blame] |
patch 8.1.0488: using freed memory in quickfix code Problem: Using freed memory in quickfix code. (Dominique Pelle) Solution: Add the quickfix_busy() flag to postpone deleting quickfix lists until it is safe. (Yegappan Lakshmanan, closes #3538)
diff --git a/src/version.c b/src/version.c index 4189eb0..7618740 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 488, +/**/ 487, /**/ 486,