commit | 335e67132265b068f39f3671e5dff2aecd1bf403 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 17 22:58:21 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 17 22:58:21 2020 +0200 |
tree | 4ab954fd4cc9d86792207844a17c6f5de169acac | |
parent | 352134bbfbff4831a3f6a3383d9e2d8660016243 [diff] [blame] |
patch 8.2.1860: Vim9: memory leak when throwing empty string Problem: Vim9: memory leak when throwing empty string. Solution: Free the empty string.
diff --git a/src/version.c b/src/version.c index 342ad7c..7720998 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1860, +/**/ 1859, /**/ 1858,