mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 10:28:33 +00:00
Problem: Leaking memory with cmdcomplete()
(zeertzjq, after v9.1.1329)
Solution: free the memory (Girish Palya)
closes: vim/vim#17190
5c3d1e3258
Co-authored-by: Girish Palya <girishji@gmail.com>