commit | 6b649ac4fd0cbf88c5a05d82ad151d0ce980916a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 07 17:47:22 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 07 17:47:22 2019 +0100 |
tree | 3e59a10e5b1b750270254df7b484d8956b75b766 | |
parent | 1f9a028def327bd9bbfef375cb1283cd51e04678 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 89896e5..c03c3c0 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2406, +/**/ 2405, /**/ 2404,