mirror of
https://github.com/neovim/neovim.git
synced 2026-06-24 08:48:16 +00:00
Problem: Leak in do_autocmd in error case (Cheng)
Solution: goto err_exit in the error case and clean up, make the double
++once an actual error
closes: vim/vim#20606
98f5171ef6
Co-authored-by: Christian Brabandt <cb@256bit.org>