mirror of
https://github.com/neovim/neovim.git
synced 2026-03-22 00:19:41 +00:00
Problem: All functions are freed on exit, which may hide leaks.
Solution: Only free named functions, not reference counted ones.
c257487035