]> granicus.if.org Git - vim/commit
patch 8.2.0821: Vim9: memory leak in expr test v8.2.0821
authorBram Moolenaar <Bram@vim.org>
Sun, 24 May 2020 22:28:33 +0000 (00:28 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 24 May 2020 22:28:33 +0000 (00:28 +0200)
commit45a1508a229b1d1d2eb79cabe55a183dc18fd040
tree03ed2f5ade21265b3416112c8a32c0d694d36bbd
parent6ff71d8b7fbdf667a2f119a2487302e240961816
patch 8.2.0821: Vim9: memory leak in expr test

Problem:    Vim9: memory leak in expr test.
Solution:   Do not decrement the length of the list of functions if the
            current function is not at the end.
src/version.c
src/vim9compile.c