]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4084: memory leak when looking for autoload prefixed variable v8.2.4084
authorBram Moolenaar <Bram@vim.org>
Thu, 13 Jan 2022 20:39:41 +0000 (20:39 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 13 Jan 2022 20:39:41 +0000 (20:39 +0000)
commit130f65d46bca94535d30cef518a6184613fb7ebf
tree2727bbbc40a845628d7d7ac39b01b48edfc3e930
parent0e3e7ba05fa9cebe17d38def97ecd38a987d02ec
patch 8.2.4084: memory leak when looking for autoload prefixed variable

Problem:    Memory leak when looking for autoload prefixed variable.
Solution:   Free the concatenated string.
src/evalvars.c
src/version.c