mirror of
https://github.com/neovim/neovim.git
synced 2026-07-30 20:38:03 +00:00
When stdio was closed, parse_msgpack was called with eof == true, with caused a free_channel call. To ensure the correct behavior for all types of channels, the close_channel must be called before free_channel.