]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0974: Vim9: memory leak when script var has wrong type v8.2.0974
authorBram Moolenaar <Bram@vim.org>
Sat, 13 Jun 2020 17:56:38 +0000 (19:56 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 13 Jun 2020 17:56:38 +0000 (19:56 +0200)
commitf3decc5830ef8d8d94902b76114935283dd4142e
tree1294cbac103d2eab3559bfcfca349b2c99e39e68
parent34db91f7a47b7bd4aabf1e1dfbaa8a08278bf78d
patch 8.2.0974: Vim9: memory leak when script var has wrong type

Problem:    Vim9: memory leak when script var has wrong type.
Solution:   Free the variable name.
src/version.c
src/vim9script.c