mirror of
https://github.com/neovim/neovim.git
synced 2026-03-07 01:27:14 +00:00
channel_write() uses a ref-counted buffer for writing. This buffer should be released if it was used in "refcount" channel_write() calls. But calling channel_write() on a closed channel would return early and not decrease the refcount of the used buffer.