]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0216: Error on exit with EXITFREE and 'winfixbuf' v9.1.0216
authorzeertzjq <zeertzjq@outlook.com>
Thu, 28 Mar 2024 09:11:57 +0000 (10:11 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 28 Mar 2024 09:11:57 +0000 (10:11 +0100)
commit620e85265ce04654053c64f8058914ecafe4eb38
tree2c373a108c77e887a655e6c94f3086de42fa8bc7
parent5a2e3ec9ac72b6e644fea4ebba7e632498296e2f
patch 9.1.0216: Error on exit with EXITFREE and 'winfixbuf'

Problem:  Error on exit with EXITFREE and 'winfixbuf'.
Solution: Handle DT_FREE before checking for 'winfixbuf'.
          (zeertzjq)

closes: #14314

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/tag.c
src/testdir/test_winfixbuf.vim
src/version.c