commit | 538feb56e87c647d9b1cc8522f7650d263096f63 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 20 21:59:39 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 20 21:59:39 2020 +0100 |
tree | 3af7e268ff5f40569b098789eaedfc93a27a854e | |
parent | a44b3eeafa57d4904a3de86b132008b93404f0fd [diff] [blame] |
patch 8.2.0138: memory leak when starting a job fails Problem: Memory leak when starting a job fails. Solution: Free the list of arguments. (Ozaki Kiichi, closes #5510)
diff --git a/src/version.c b/src/version.c index 6a1702e..ec77e87 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 138, +/**/ 137, /**/ 136,