]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0715: Vim9: leaking memory v8.2.0715
authorBram Moolenaar <Bram@vim.org>
Thu, 7 May 2020 20:23:58 +0000 (22:23 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 7 May 2020 20:23:58 +0000 (22:23 +0200)
commitcca34aa4bef5327eb4025850045c4c980ef4354b
tree39e9ce97dae4daec0ec8f60c857bbddfee31328c
parentf0eefce93bb06037a2d45e7ea8c0ad6f1f714151
patch 8.2.0715: Vim9: leaking memory

Problem:    Vim9: leaking memory.
Solution:   Free strings after concatenating them.
src/version.c
src/vim9compile.c