]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2474: using freed memory when window is closed by autocommand v8.2.2474
authorBram Moolenaar <Bram@vim.org>
Sat, 6 Feb 2021 18:19:42 +0000 (19:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 Feb 2021 18:19:42 +0000 (19:19 +0100)
commit2c7080bf1ceef4a7779644fd428b2386a0676794
treecf62c06da02ed3c688e3e8258191f5f61df1b8d8
parent8c6951fa2836a1ae3257770e7b927a9380439912
patch 8.2.2474: using freed memory when window is closed by autocommand

Problem:    Using freed memory when window is closed by autocommand.
            (houyunsong)
Solution:   Check the window pointer is still valid.
src/quickfix.c
src/testdir/test_autocmd.vim
src/version.c