commit | cf3d0eaf47a56a52b355d8faf4e59685396f9c05 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 07 11:20:29 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 07 11:20:29 2022 +0100 |
tree | ecb982bc178f8eaab7f8a12436d83526778ff331 | |
parent | 0937b9fb244949b7ce9bfcf8398d7495b9b6aa85 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index bd93ff7..37ece89 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 682, +/**/ 681, /**/ 680,