]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3429: leaking memory when assigning to list or dict v8.2.3429
authorBram Moolenaar <Bram@vim.org>
Sat, 11 Sep 2021 21:07:44 +0000 (23:07 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 11 Sep 2021 21:07:44 +0000 (23:07 +0200)
commit464393a6961d9b9de2bfe9c05f8e2ae5bdec0293
tree1b130816e331e9fc087db460e19aa99de55fd797
parent35a9a00afcb20897d462a766793ff45534810dc3
patch 8.2.3429: leaking memory when assigning to list or dict

Problem:    Leaking memory when assigning to list or dict.
Solution:   Free the list or dict type before overwriting it.
src/evalvars.c
src/version.c
src/vim9type.c