diff options
author | James McCoy <jamessan@jamessan.com> | 2017-12-19 19:21:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-19 19:21:30 -0500 |
commit | aa951b14893d8a30ec3bad6fb4b7064ccda16d5c (patch) | |
tree | a0bc8eade01a25a5dbbb69bc20930e84ac221030 /src/nvim/eval.c | |
parent | 53a530b2f54e69adb52d32718edf36df7c0b1b5b (diff) | |
parent | 190814bdae496c0ce4dfb524f9bb5ee7a09b4f60 (diff) | |
download | rneovim-aa951b14893d8a30ec3bad6fb4b7064ccda16d5c.tar.gz rneovim-aa951b14893d8a30ec3bad6fb4b7064ccda16d5c.tar.bz2 rneovim-aa951b14893d8a30ec3bad6fb4b7064ccda16d5c.zip |
Merge pull request #7751 from jamessan/vim-8.0.0590
[RFC] vim-patch:8.0.0590,8.0.0595,8.0.0597,8.0.0606
Diffstat (limited to 'src/nvim/eval.c')
-rw-r--r-- | src/nvim/eval.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c index 1461ddb8f9..2355c8c813 100644 --- a/src/nvim/eval.c +++ b/src/nvim/eval.c @@ -5173,6 +5173,8 @@ bool garbage_collect(bool testing) ABORTING(set_ref_list)(sub.additional_elements, copyID); } + ABORTING(set_ref_in_quickfix)(copyID); + bool did_free = false; if (!abort) { // 2. Free lists and dictionaries that are not referenced. |