]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0148: memory leak when using :tcl expr command v8.1.0148
authorBram Moolenaar <Bram@vim.org>
Wed, 4 Jul 2018 20:12:25 +0000 (22:12 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 4 Jul 2018 20:12:25 +0000 (22:12 +0200)
commit92959fa46d305ded1da433ad6d9a8d38db240c74
tree884d690995fd94f8860fe8ab522902859625a48a
parent3b48b11c07b85520f4ca3566e92c3f6486509b72
patch 8.1.0148: memory leak when using :tcl expr command

Problem:    Memory leak when using :tcl expr command.
Solution:   Free the result of expression evaluation. (Dominique Pelle,
            closes #3150)
src/if_tcl.c
src/version.c