]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0128: Coverity complains about possible double free v9.0.0128
authorBram Moolenaar <Bram@vim.org>
Mon, 1 Aug 2022 11:06:40 +0000 (12:06 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 1 Aug 2022 11:06:40 +0000 (12:06 +0100)
commit3f79b61288bf528b9a848af9e4c849c35c1df0bf
tree124f6918bb9962119e04c4e5ad3e20efa9be4507
parente95f22f63a1871b91e5508088e5ae4905ce28cd7
patch 9.0.0128: Coverity complains about possible double free

Problem:    Coverity complains about possible double free.
Solution:   Clear the pointer to avoid warnings.
src/charset.c
src/version.c