]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4990: memory leak when :defcompile fails v8.2.4990
authorBram Moolenaar <Bram@vim.org>
Sat, 21 May 2022 15:28:42 +0000 (16:28 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 21 May 2022 15:28:42 +0000 (16:28 +0100)
commit1a56ea8381b79c4e7697b6a05451dde5940228ea
treeaf9de0e26d2e29715939b707d4bee4d5c91586fb
parentf79d9dd43f6fe05711d7e2616ab4b8bde2ccb089
patch 8.2.4990: memory leak when :defcompile fails

Problem:    Memory leak when :defcompile fails.
Solution:   Free fname when returning early.
src/userfunc.c
src/version.c