commit | 3b6a6eb7b4e0ac5b75dd2518bd27bce2b13298a3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 09 23:20:20 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 09 23:20:20 2020 +0200 |
tree | 9d54c87e593b7591d54b97db482b5c74e7d44047 | |
parent | 09689a02840be40fa7bb10b1921fb5bc5b2908f1 [diff] [blame] |
patch 8.2.0726: Vim9: leaking memory when calling not compiled :def function Problem: Vim9: leaking memory when calling not compiled :def function. Solution: Check if function is compiled earlier.
diff --git a/src/version.c b/src/version.c index bc93675..ef7dedb 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 726, +/**/ 725, /**/ 724,