commit | adf4aa200b026dce91dd169143ee8b93e848ec8b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 10 22:36:44 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 10 22:36:44 2019 +0100 |
tree | 957897bedefa45724a5440f0d07bfcfb76bfda45 | |
parent | 5ef1c6a4838a9629b793f3ae676f72a764171b00 [diff] [blame] |
patch 8.1.2291: memory leak when executing command in a terminal Problem: Memory leak when executing command in a terminal. Solution: Free "argv". (Dominique Pelle, closes #5208)
diff --git a/src/version.c b/src/version.c index da05b0a..f2b1a75 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2291, +/**/ 2290, /**/ 2289,