mirror of
https://github.com/neovim/neovim.git
synced 2026-08-17 21:02:27 +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.