1
0
forked from aniani/vim

patch 8.1.2406: leaking memory in test_paste and test_registers

Problem:    Leaking memory in test_paste and test_registers.
Solution:   Free the old title.  Don't copy expr_line.
This commit is contained in:
Bram Moolenaar
2019-12-07 17:47:22 +01:00
parent 1f9a028def
commit 6b649ac4fd
4 changed files with 10 additions and 2 deletions

View File

@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2406,
/**/
2405,
/**/