commit | 1567558b20575e1b17c3808c6bd622b0b4810e36 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 09 12:29:56 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 09 12:29:56 2018 +0100 |
tree | 99daa4315bad8425010182fc21c12516a5c96713 | |
parent | 0562532c2eee6205d225aa1dc7e3e89af0dfd990 [diff] [blame] |
patch 8.0.1481: clearing a pointer takes two lines Problem: Clearing a pointer takes two lines. Solution: Add vim_clear() to free and clear the pointer.
diff --git a/src/version.c b/src/version.c index b2f1f89..0e282ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1481, +/**/ 1480, /**/ 1479,