commit | 06f0853cb0b10364b22e5607fdecd35b3936e9ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 12 23:45:16 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 12 23:45:16 2020 +0200 |
tree | 89f267fd30ecc4209363fa4a32739ab714fa3ec0 | |
parent | 47e13953ffdbb9f163b901196dec8c2100b72edd [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index bd5337b..aa88847 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 745, +/**/ 744, /**/ 743,