mirror of
https://github.com/neovim/neovim.git
synced 2026-07-27 02:56:35 +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>