]> granicus.if.org Git - vim/commit
patch 8.2.1860: Vim9: memory leak when throwing empty string v8.2.1860
authorBram Moolenaar <Bram@vim.org>
Sat, 17 Oct 2020 20:58:21 +0000 (22:58 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 17 Oct 2020 20:58:21 +0000 (22:58 +0200)
commit335e67132265b068f39f3671e5dff2aecd1bf403
tree4ab954fd4cc9d86792207844a17c6f5de169acac
parent352134bbfbff4831a3f6a3383d9e2d8660016243
patch 8.2.1860: Vim9: memory leak when throwing empty string

Problem:    Vim9: memory leak when throwing empty string.
Solution:   Free the empty string.
src/version.c
src/vim9execute.c