commit | b453a53b59b55a399f0ff2e473cba796d95a2a0b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 28 17:48:44 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 28 17:48:44 2011 +0200 |
tree | 69308618256f5e2c9e8ec84580d10187f0e57693 | |
parent | 877b97b9531b70ee05b2c3338354980159e4f67b [diff] [blame] |
updated for version 7.3.169 Problem: Freeing memory already freed, warning from static code analyzer. Solution: Initialize pointers to NULL, correct use of "mustfree". (partly by Dominique Pelle)
diff --git a/src/version.c b/src/version.c index d4809d4..55f8ec3 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 169, +/**/ 168, /**/ 167,