]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1225: extra NULL check in VIM_CLEAR() v9.1.1225
authorHirohito Higashi <h.east.727@gmail.com>
Wed, 19 Mar 2025 19:25:21 +0000 (20:25 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 19 Mar 2025 19:28:20 +0000 (20:28 +0100)
commite4e0a2468c78f67ea5ba356d71f2f1983b53b1c4
tree38a75cbad6c3157775fe37fe88361052281e31e2
parent40ab82b974a31ab483abee6357d97d9018d775a7
patch 9.1.1225: extra NULL check in VIM_CLEAR()

Problem:  extra NULL check in VIM_CLEAR()
Solution: remove the NULL check and rely on the NULL check in vim_free()
          instead (Hirohito Higashi).

closes: #16936

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/macros.h
src/version.c