commit | 3f79b61288bf528b9a848af9e4c849c35c1df0bf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 01 12:06:40 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 01 12:06:40 2022 +0100 |
tree | 124f6918bb9962119e04c4e5ad3e20efa9be4507 | |
parent | e95f22f63a1871b91e5508088e5ae4905ce28cd7 [diff] [blame] |
patch 9.0.0128: Coverity complains about possible double free Problem: Coverity complains about possible double free. Solution: Clear the pointer to avoid warnings.
diff --git a/src/version.c b/src/version.c index ac56f8c..f079d3c 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 128, +/**/ 127, /**/ 126,