commit | 02f9e6a60f9851046154ccf2ac170f25a0b3cc7d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 15 18:27:08 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 15 18:27:08 2020 +0200 |
tree | 593583704cf9c3f0a19a4aeecd61efea1f469a84 | |
parent | 452143c6bf0dcf76ef415281b0e4fbc3edff4b6b [diff] [blame] |
patch 8.2.1221: memory leak when updating popup window Problem: Memory leak when updating popup window. Solution: Clear search highlighting.
diff --git a/src/version.c b/src/version.c index 424234b..f0cfe69 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1221, +/**/ 1220, /**/ 1219,