commit | 6914c64ee58ce68f31fb8a8793293a9b3f2f6240 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 01 21:21:30 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 01 21:21:30 2017 +0200 |
tree | f9cedc4d5a8843dcedfd2395dee2f3f040f77f3e | |
parent | 33ccb24cf7891911561adccf9f2af8859e581198 [diff] [blame] |
patch 8.0.0535: memory leak when exiting from within a user function Problem: Memory leak when exiting from within a user function. Solution: Clear the function call stack on exit.
diff --git a/src/version.c b/src/version.c index 4e91f14..9818719 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 535, +/**/ 534, /**/ 533,