commit | 6d5b4f566a2a50c1de7300336e9e4f5e761500a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 01 15:15:47 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 01 15:15:47 2019 +0100 |
tree | 35a09a65e6ec07450edd17637b977981774ac1b9 | |
parent | bbea47075cc4e7826e9f8c203e4272ba023ed7b0 [diff] [blame] |
patch 8.1.0674: leaking memory when updating a single line Problem: Leaking memory when updating a single line. Solution: Do not call start_search_hl() twice.
diff --git a/src/version.c b/src/version.c index 8240912..17f7733 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 674, +/**/ 673, /**/ 672,