commit | cb54bc65625abad9a0af501acac5c70fba17e2cc | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Mon Jun 21 20:15:37 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 21 20:15:37 2021 +0200 |
tree | 8a77eccb36f2e2102ec2b67a947b26b618748dd6 | |
parent | 035bd1c99f2a8eda5ee886adde4f97ea71fb167f [diff] [blame] |
patch 8.2.3030: Coverity reports a memory leak Problem: Coverity reports a memory leak. Solution: Fix the leak and a few typos. (Dominique Pellé, closes #8418)
diff --git a/src/version.c b/src/version.c index 096235f..0c3c887 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3030, +/**/ 3029, /**/ 3028,