commit | ab89d7ab89a1dd7e40cc28df96c71c11b5ab9089 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 17 14:43:31 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 17 14:43:31 2019 +0100 |
tree | cd76320ae99324ae5668f3a5b0cfa37cc151a60b | |
parent | 2ba4238818ca5ea52334de3037ef3729584cebf5 [diff] [blame] |
patch 8.1.1012: memory leak with E461 Problem: Memory leak with E461. Solution: Clear the typeval. (Dominique Pelle, closes #4111)
diff --git a/src/version.c b/src/version.c index 35b40ca..91f05b9 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1012, +/**/ 1011, /**/ 1010,