mirror of
https://github.com/neovim/neovim.git
synced 2026-06-28 14:10:29 +00:00
Problem: The stdin reading path does not close `stdin_dup` or free `sb` upon early exit. Solution: Free the resources before returning false.
Problem: The stdin reading path does not close `stdin_dup` or free `sb` upon early exit. Solution: Free the resources before returning false.