]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3572: memory leak when closing window and using "multispace" v8.2.3572
authorzeertzjq <zeertzjq@outlook.com>
Tue, 2 Nov 2021 20:56:07 +0000 (20:56 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 2 Nov 2021 20:56:07 +0000 (20:56 +0000)
commit7a33ebfc5b04353aa7674972087d581def8fdcc1
treefe623937ebf748c44a587ad53c0ca9dcc825b67f
parente2f66064d1c643f0cf12c4791de04bb123705a0c
patch 8.2.3572: memory leak when closing window and using "multispace"

Problem:    Memory leak when closing window and using "multispace" in
            'listchars'.
Solution:   Free the memory. (closes #9071)
src/testdir/test_listchars.vim
src/version.c
src/window.c