commit | 92959fa46d305ded1da433ad6d9a8d38db240c74 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 04 22:12:25 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 04 22:12:25 2018 +0200 |
tree | 884d690995fd94f8860fe8ab522902859625a48a | |
parent | 3b48b11c07b85520f4ca3566e92c3f6486509b72 [diff] [blame] |
patch 8.1.0148: memory leak when using :tcl expr command Problem: Memory leak when using :tcl expr command. Solution: Free the result of expression evaluation. (Dominique Pelle, closes #3150)
diff --git a/src/version.c b/src/version.c index 08a2e04..156e8dc 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 148, +/**/ 147, /**/ 146,