]> granicus.if.org Git - vim/commit
patch 8.2.2835: Vim9: leaking memory in :cexpr v8.2.2835
authorBram Moolenaar <Bram@vim.org>
Wed, 5 May 2021 20:40:56 +0000 (22:40 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 5 May 2021 20:40:56 +0000 (22:40 +0200)
commitdc3e2e65c9dddcace4b24f0f364883d7ce448efb
tree4794eaf0f45bc11d65068d0333e7c50dad15ce07
parent5f7d4c049e934dbc8d2c3f2720797c10ee3c55c2
patch 8.2.2835: Vim9: leaking memory in :cexpr

Problem:    Vim9: leaking memory in :cexpr.
Solution:   Also free the command line copy.
src/version.c
src/vim9compile.c