]> granicus.if.org Git - vim/commit
patch 8.2.0327: crash when opening and closing two popup terminal windows v8.2.0327
authorBram Moolenaar <Bram@vim.org>
Fri, 28 Feb 2020 18:11:18 +0000 (19:11 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 28 Feb 2020 18:11:18 +0000 (19:11 +0100)
commit80ae880f5fed8022c69d05dd1efee49259929cb5
treec5219a960c034b06e4471c0dd383ac232b04547c
parentd5aec0ced17f8f60761128bff32e54ad2d1d57ef
patch 8.2.0327: crash when opening and closing two popup terminal windows

Problem:    Crash when opening and closing two popup terminal windows.
Solution:   Check that prevwin is valid. (closes #5707)
src/popupwin.c
src/testdir/test_terminal.vim
src/version.c