commit | d6b01a2d3884ee0abe10aad161f584889a496e3f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 18 21:53:28 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 18 21:53:28 2018 +0200 |
tree | 387df7cf86427cb7c43136f726a703670c6f996f | |
parent | 0366c0161e988e32420d2f37111a60129684905b [diff] [blame] |
patch 8.1.0074: crash when running quickfix tests Problem: Crash when running quickfix tests. Solution: Do not alloc a new location list when checking for the reference to be still valid.
diff --git a/src/version.c b/src/version.c index 36c57e2..09325fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 74, +/**/ 73, /**/ 72,