]> granicus.if.org Git - vim/commit
patch 8.2.1709: Vim9: memory leak when using multiple closures v8.2.1709
authorBram Moolenaar <Bram@vim.org>
Fri, 18 Sep 2020 21:11:10 +0000 (23:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 18 Sep 2020 21:11:10 +0000 (23:11 +0200)
commitdec07510bbdf335a2de3d63591231a90ef3e4c80
treece99ccd420a5b9ea201baa966b381f016f52cfe4
parentb185a4074515f576b420cfc7a5a07f840cf6b51f
patch 8.2.1709: Vim9: memory leak when using multiple closures

Problem:    Vim9: memory leak when using multiple closures.
Solution:   Free the partial.
src/version.c
src/vim9execute.c