commit | 0c8059e0b673a11f878acf4067a4b92679f1e0e5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 14 15:35:58 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 14 15:35:58 2020 +0200 |
tree | e9e7a90b2096b370751f70330aac516d16b9f39f | |
parent | 8dff4cbf6d917e20322821e8e866ffc1c1175258 [diff] [blame] |
patch 8.2.0978: leaking memory in termcodes test Problem: Leaking memory in termcodes test. Solution: Set t_8u with set_option_value().
diff --git a/src/version.c b/src/version.c index f2170ef..2c2c573 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 978, +/**/ 977, /**/ 976,