]> granicus.if.org Git - vim/commit
patch 9.0.0682: crash when popup with deleted timer is closed v9.0.0682
authorBram Moolenaar <Bram@vim.org>
Fri, 7 Oct 2022 10:20:29 +0000 (11:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 7 Oct 2022 10:20:29 +0000 (11:20 +0100)
commitcf3d0eaf47a56a52b355d8faf4e59685396f9c05
treeecb982bc178f8eaab7f8a12436d83526778ff331
parent0937b9fb244949b7ce9bfcf8398d7495b9b6aa85
patch 9.0.0682: crash when popup with deleted timer is closed

Problem:    Crash when popup with deleted timer is closed. (Igbanam
            Ogbuluijah)
Solution:   Check the timer still exists. (closes #11301)
src/proto/time.pro
src/testdir/test_timers.vim
src/time.c
src/version.c
src/window.c