Patch 8.1.0674
Problem: Leaking memory when updating a single line.
Solution: Do not call start_search_hl() twice.
Files: src/screen.c
*** ../vim-8.1.0673/src/screen.c 2018-12-31 13:55:31.257223600 +0100
--- src/screen.c 2019-01-01 15:06:29.357969030 +0100
***************
*** 961,974 ****
screen_start(); /* not sure of screen cursor */
# ifdef FEAT_SEARCH_EXTRA
init_search_hl(wp);
- start_search_hl();
prepare_search_hl(wp, lnum);
# endif
win_line(wp, lnum, row, row + wp->w_lines[j].wl_size,
FALSE, FALSE);
- # if defined(FEAT_SEARCH_EXTRA)
- end_search_hl();
- # endif
break;
}
row += wp->w_lines[j].wl_size;
--- 961,970 ----
*** ../vim-8.1.0673/src/version.c 2019-01-01 13:20:05.944711187 +0100
--- src/version.c 2019-01-01 15:14:20.021810003 +0100
***************
*** 801,802 ****
--- 801,804 ----
{ /* Add new patch number below this line */
+ /**/
+ 674,
/**/
--
>From "know your smileys":
%-) After staring at screen for 15 hours
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.