]> granicus.if.org Git - vim/commit
patch 8.2.2786: Vim9: memory leak when using :s with expression v8.2.2786
authorBram Moolenaar <Bram@vim.org>
Mon, 19 Apr 2021 19:06:31 +0000 (21:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 19 Apr 2021 19:06:31 +0000 (21:06 +0200)
commit4f2df37a0d297a0f40ff15f8ce31285c7b529bcd
tree83e91b8bcc9c335a95305a95c30cfd3d10b53c4f
parent2d1c57ed3dd25c44b41b9ddd4cf63c01ae89007e
patch 8.2.2786: Vim9: memory leak when using :s with expression

Problem:    Vim9: memory leak when using :s with expression.
Solution:   Clean up the instruction list.
src/version.c
src/vim9compile.c