]> granicus.if.org Git - vim/commit
patch 8.2.2791: Vim9: memory leak when using \=expr in :substitute v8.2.2791
authorBram Moolenaar <Bram@vim.org>
Tue, 20 Apr 2021 19:49:35 +0000 (21:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 20 Apr 2021 19:49:35 +0000 (21:49 +0200)
commit5c787fb7928c4cc1e7d6eec0be1bbd63d903cc8d
tree09c8a544e430030a226bcedad4fe18c95f528f1c
parent63276685f90fca8b1a0be3a6734759fa82b7be0c
patch 8.2.2791: Vim9: memory leak when using \=expr in :substitute

Problem:    Vim9: memory leak when using \=expr in :substitute.
Solution:   Do not allocate a new instruction list.
src/version.c
src/vim9compile.c