commit | 2ddb89f8a94425cda1e5491efc80c1ccccb6e08e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 04 21:20:41 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 04 21:20:41 2021 +0200 |
tree | 8cfdf6756d686a32956f521bd1fcd5018a8fd5ef | |
parent | b7081e135a16091c93f6f5f7525a5c58fb7ca9f9 [diff] [blame] |
patch 8.2.3403: memory leak for :retab with invalid argument Problem: Memory leak for :retab with invalid argument. Solution: Free the memory. Make error messages consistent.
diff --git a/src/version.c b/src/version.c index a5e931c..97467aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3403, +/**/ 3402, /**/ 3401,