]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3443: Vim9: memory leak when and/or fails v8.2.3443
authorBram Moolenaar <Bram@vim.org>
Thu, 16 Sep 2021 18:14:51 +0000 (20:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 16 Sep 2021 18:14:51 +0000 (20:14 +0200)
commit3dfe2e0fb8768914a019fa04b1ed9581e33c9b26
treefbf00faaf3d7b33b023cf2643117c7e233404772
parent1a7ee4dd115329052670d7af176341bd09c9dc5a
patch 8.2.3443: Vim9: memory leak when and/or fails

Problem:    Vim9: memory leak when and/or fails.
Solution:   Also clear the growarray when the length is zero.
src/version.c
src/vim9compile.c