]> granicus.if.org Git - vim/commit
patch 8.2.2414: using freed memory when closing the cmdline window v8.2.2414
authorBram Moolenaar <Bram@vim.org>
Tue, 26 Jan 2021 21:00:52 +0000 (22:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 Jan 2021 21:00:52 +0000 (22:00 +0100)
commitb7e2670b6a1de02c772af5097ba24f2a15b26eec
treea02333b019edc8facfc5e1d50e7adea6df050ffd
parentbb4b93ed85726c3921596ca267f531c8c94d819a
patch 8.2.2414: using freed memory when closing the cmdline window

Problem:    Using freed memory when closing the cmdline window.
Solution:   Check the window is still valid.
src/ex_getln.c
src/version.c