mirror of
https://github.com/neovim/neovim.git
synced 2026-02-21 19:06:52 +00:00
This freeing is necessary in Vim since the alloc can fail. Since we're using xcalloc, that's not possible and the freeing will never run.
This freeing is necessary in Vim since the alloc can fail. Since we're using xcalloc, that's not possible and the freeing will never run.