]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0892: failure when closing a window when location list is in use v8.1.0892
authorBram Moolenaar <Bram@vim.org>
Sun, 10 Feb 2019 21:59:04 +0000 (22:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 10 Feb 2019 21:59:04 +0000 (22:59 +0100)
commiteeb1b9c7ed33c152e041a286d79bf3ed00d80e40
tree49dacb9aef73142cd53860053bdf2e00f82ddf4f
parentd77aa4d22e943998c337d5a603622ac5cf2928cb
patch 8.1.0892: failure when closing a window when location list is in use

Problem:    Failure when closing a window when location list is in use.
Solution:   Handle the situation gracefully. Make sure memory for 'switchbuf'
            is not freed at the wrong time. (Yegappan Lakshmanan,
            closes #3928)
src/eval.c
src/evalfunc.c
src/proto/window.pro
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c
src/window.c