]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0745: crash on exit when not all popups are closed v8.2.0745
authorBram Moolenaar <Bram@vim.org>
Tue, 12 May 2020 21:45:16 +0000 (23:45 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 12 May 2020 21:45:16 +0000 (23:45 +0200)
commit06f0853cb0b10364b22e5607fdecd35b3936e9ea
tree89f267fd30ecc4209363fa4a32739ab714fa3ec0
parent47e13953ffdbb9f163b901196dec8c2100b72edd
patch 8.2.0745: crash on exit when not all popups are closed

Problem:    Crash on exit when not all popups are closed.
Solution:   Close popups when freeing all memory.  Disable checking for popup
            when editing a file for now.
src/ex_cmds.c
src/misc2.c
src/version.c