mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +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.