]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3180: Vim9: memory leak when concatenating to an imported string v8.2.3180
authorBram Moolenaar <Bram@vim.org>
Sun, 18 Jul 2021 19:24:50 +0000 (21:24 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 18 Jul 2021 19:24:50 +0000 (21:24 +0200)
commitf6488547e3c7e41ff2c12dd0b93c9ef04e4c8c6f
tree18c397d46ce92c4eaeebc9708bd700767b1397e0
parent24e9316560bd5c9ea2e5a963335aedff025e7f66
patch 8.2.3180: Vim9: memory leak when concatenating to an imported string

Problem:    Vim9: memory leak when concatenating to an imported string.
Solution:   Clear the destination.
src/evalvars.c
src/version.c