mirror of
https://github.com/neovim/neovim.git
synced 2026-08-22 07:11:12 +00:00
Problem: Coverity warns about using uninitialized value
(Coverity, Tony Mechelynck, after v9.1.1301)
Solution: initialize callback pointer to NULL
d2079cff48
Co-authored-by: Christian Brabandt <cb@256bit.org>