commit | b5098060f4acae4dac3203130278c948d670a3d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 07 19:26:19 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 07 19:26:19 2021 +0200 |
tree | ec0d3f74f0870182621c8d0113093cba38a3462f | |
parent | 599a6e5b3629d943a795cd69e4d3d19886f86405 [diff] [blame] |
patch 8.2.3115: Coverity complains about free_wininfo() use Problem: Coverity complains about free_wininfo() use. Solution: Add a condition that "wip2" is not equal to "wip". (Neovim #14996)
diff --git a/src/version.c b/src/version.c index 7dfbe6d..e2f74e9 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3115, +/**/ 3114, /**/ 3113,