commit | dd7eff0a755c40eb88b494b98ac1a24f858ba880 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 06 11:02:05 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 06 11:02:05 2022 +0100 |
tree | 5b626b82a42657a957c054c68c94ab89578ce5d3 | |
parent | d560014e032e0646234a56af18ae1bfa6c1f5c90 [diff] [blame] |
patch 8.2.4878: valgrind warning for using uninitialized variable Problem: Valgrind warning for using uninitialized variable. Solution: Initialize the type of newtv.
diff --git a/src/version.c b/src/version.c index e3aa288..30f420b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4878, +/**/ 4877, /**/ 4876,